IUIHostService Interface
An interface for the uihost service.
Namespace: Microsoft.TeamFoundation.MVVM
Assembly: Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)
Syntax
'Declaration
Public Interface IUIHostService
public interface IUIHostService
public interface class IUIHostService
type IUIHostService = interface end
public interface IUIHostService
The IUIHostService type exposes the following members.
Methods
Name | Description | |
---|---|---|
Show | ||
ShowError | ||
ShowException | ||
ShowInformation | ||
ShowModalDialog | ||
ShowWarning | ||
WriteLine |
Top