C# Class System.ComponentModel.Design.CommandID

Afficher le fichier Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Méthodes publiques

Méthode Description
CommandID ( System.Guid menuGroup, int commandID ) : System
Equals ( object obj ) : bool
GetHashCode ( ) : int
ToString ( ) : string

Method Details

CommandID() public méthode

public CommandID ( System.Guid menuGroup, int commandID ) : System
menuGroup System.Guid
commandID int
Résultat System

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

ToString() public méthode

public ToString ( ) : string
Résultat string