ViewModelBase.UIHostService Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Namespace:  Microsoft.TeamFoundation.MVVM
Assembly:  Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)

Syntax

'Declaration
Public ReadOnly Property UIHostService As IUIHostService
public IUIHostService UIHostService { get; }
public:
property IUIHostService^ UIHostService {
    IUIHostService^ get ();
}
member UIHostService : IUIHostService with get
function get UIHostService () : IUIHostService

Property Value

Type: Microsoft.TeamFoundation.MVVM.IUIHostService
Returns IUIHostService.

.NET Framework Security

See Also

Reference

ViewModelBase Class

Microsoft.TeamFoundation.MVVM Namespace