MVVMSupport Class
A mechanism that allows inserting core service into view model.
Inheritance Hierarchy
System.Object
Microsoft.TeamFoundation.MVVM.MVVMSupport
Namespace: Microsoft.TeamFoundation.MVVM
Assembly: Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)
Syntax
'Declaration
Public NotInheritable Class MVVMSupport
public static class MVVMSupport
public ref class MVVMSupport abstract sealed
[<AbstractClass>]
[<Sealed>]
type MVVMSupport = class end
public final class MVVMSupport
The MVVMSupport type exposes the following members.
Attached Properties
Name | Description | |
---|---|---|
ViewModel |
Top
Methods
Name | Description | |
---|---|---|
GetViewModel | ||
SetViewModel |
Top
Fields
Name | Description | |
---|---|---|
ViewModelProperty |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.