ValidationRule.GetPropertyValue<T> Method (Object)
Namespace: Microsoft.TeamFoundation.MVVM
Assembly: Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)
Syntax
'Declaration
Protected Function GetPropertyValue(Of T) ( _
viewModel As Object _
) As T
protected T GetPropertyValue<T>(
Object viewModel
)
protected:
generic<typename T>
T GetPropertyValue(
Object^ viewModel
)
member GetPropertyValue :
viewModel:Object -> 'T
JScript does not support generic types or methods.
Type Parameters
- T
Parameters
- viewModel
Type: System.Object
Return Value
Type: T
Returns Object.
.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.