Méthode | Description | |
---|---|---|
CommandBarItem ( Image image ) : System | ||
CommandBarItem ( Image image, string text ) : System | ||
CommandBarItem ( string text ) : System |
Méthode | Description | |
---|---|---|
Dispose ( bool disposing ) : void | ||
OnPropertyChanged ( PropertyChangedEventArgs e ) : void |
Méthode | Description | |
---|---|---|
CommandBarItem ( ) : System |
public CommandBarItem ( Image image ) : System | ||
image | Image | |
Résultat | System |
public CommandBarItem ( Image image, string text ) : System | ||
image | Image | |
text | string | |
Résultat | System |
public CommandBarItem ( string text ) : System | ||
text | string | |
Résultat | System |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
Résultat | void |
protected OnPropertyChanged ( PropertyChangedEventArgs e ) : void | ||
e | PropertyChangedEventArgs | |
Résultat | void |