C# Class Microsoft.Common.Core.Test.Fakes.Shell.TestCoreShell

Inheritance: ICoreShell, IMainThread
Afficher le fichier Open project: Microsoft/RTVS Class Usage Examples

Méthodes publiques

Méthode Description
DispatchOnUIThread ( System.Action action ) : void
Post ( System.Action action, CancellationToken cancellationToken ) : void
SaveFileIfDirty ( string fullPath ) : string
ShowContextMenu ( CommandID commandId, int x, int y, object commandTaget = null ) : void
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

Method Details

DispatchOnUIThread() public méthode

public DispatchOnUIThread ( System.Action action ) : void
action System.Action
Résultat void

Post() public méthode

public Post ( System.Action action, CancellationToken cancellationToken ) : void
action System.Action
cancellationToken System.Threading.CancellationToken
Résultat void

SaveFileIfDirty() public méthode

public SaveFileIfDirty ( string fullPath ) : string
fullPath string
Résultat string

ShowContextMenu() public méthode

public ShowContextMenu ( CommandID commandId, int x, int y, object commandTaget = null ) : void
commandId System.ComponentModel.Design.CommandID
x int
y int
commandTaget object
Résultat void

ShowErrorMessage() public méthode

public ShowErrorMessage ( string message ) : void
message string
Résultat void

ShowMessage() public méthode

public ShowMessage ( string message, MessageButtons buttons, MessageType messageType = MessageType.Information ) : MessageButtons
message string
buttons MessageButtons
messageType MessageType
Résultat MessageButtons

TestCoreShell() public méthode

public TestCoreShell ( System.ComponentModel.Composition.Hosting.CompositionContainer container ) : System
container System.ComponentModel.Composition.Hosting.CompositionContainer
Résultat System

UpdateCommandStatus() public méthode

public UpdateCommandStatus ( bool immediate ) : void
immediate bool
Résultat void