Méthode | Description | |
---|---|---|
DispatchOnUIThread ( System.Action action ) : void | ||
Post ( System.Action action, |
||
SaveFileIfDirty ( string fullPath ) : string | ||
ShowContextMenu ( |
||
ShowErrorMessage ( string message ) : void | ||
ShowMessage ( string message, MessageButtons buttons, MessageType messageType = MessageType.Information ) : MessageButtons | ||
TestCoreShell ( System.ComponentModel.Composition.Hosting.CompositionContainer container ) : System | ||
UpdateCommandStatus ( bool immediate ) : void |
public DispatchOnUIThread ( System.Action action ) : void | ||
action | System.Action | |
Résultat | void |
public Post ( System.Action action, |
||
action | System.Action | |
cancellationToken | ||
Résultat | void |
public SaveFileIfDirty ( string fullPath ) : string | ||
fullPath | string | |
Résultat | string |
public ShowContextMenu ( |
||
commandId | ||
x | int | |
y | int | |
commandTaget | object | |
Résultat | void |
public ShowErrorMessage ( string message ) : void | ||
message | string | |
Résultat | void |
public ShowMessage ( string message, MessageButtons buttons, MessageType messageType = MessageType.Information ) : MessageButtons | ||
message | string | |
buttons | MessageButtons | |
messageType | MessageType | |
Résultat | MessageButtons |
public TestCoreShell ( System.ComponentModel.Composition.Hosting.CompositionContainer container ) : System | ||
container | System.ComponentModel.Composition.Hosting.CompositionContainer | |
Résultat | System |
public UpdateCommandStatus ( bool immediate ) : void | ||
immediate | bool | |
Résultat | void |