ViewModelBase.UIHostService Property
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.