메소드 | 설명 | |
---|---|---|
SettingsCommand ( object settingsCommandId, string label, UICommandInvokedHandler handler ) : System |
Creates a new settings command.
|
public SettingsCommand ( object settingsCommandId, string label, UICommandInvokedHandler handler ) : System | ||
settingsCommandId | object | The ID of the command. |
label | string | The label for the command, which is displayed in the settings pane. |
handler | UICommandInvokedHandler | The event handler that is called when the user selects this command in the settings pane. |
리턴 | System |