ViewModelBase.WindowDisplayService 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 WindowDisplayService As IWindowDisplayService
public IWindowDisplayService WindowDisplayService { get; }
public:
property IWindowDisplayService^ WindowDisplayService {
    IWindowDisplayService^ get ();
}
member WindowDisplayService : IWindowDisplayService with get
function get WindowDisplayService () : IWindowDisplayService

Property Value

Type: Microsoft.TeamFoundation.MVVM.IWindowDisplayService
Returns IWindowDisplayService.

.NET Framework Security

See Also

Reference

ViewModelBase Class

Microsoft.TeamFoundation.MVVM Namespace