ValidationContext.GetCache<T> Generic Method

Gets the cache for the specified class.

Namespace:  Microsoft.VisualStudio.Modeling.Validation
Assembly:  Microsoft.VisualStudio.Modeling.Sdk (in Microsoft.VisualStudio.Modeling.Sdk.dll)

Syntax

'宣言
Public Function GetCache(Of T As {Class, New}) As T
'使用
Dim instance As ValidationContext
Dim returnValue As T

returnValue = instance.GetCache()
public T GetCache<T>() where T : class, new()
public:
generic<typename T>
where T : ref class, gcnew()
T GetCache()
JScript does not support generic types or methods.

Type Parameters

  • T

Return Value

Type: T

The cache for the specified class.

Permissions

See Also

Reference

ValidationContext Class

ValidationContext Members

GetCache Overload

Microsoft.VisualStudio.Modeling.Validation Namespace