ValidationContext::GetCache<T> Method ()

 

Gets the cache for the specified class.

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

public:
generic<typename T>
where T : ref class, gcnew()
T GetCache()

Return Value

Type: T

The cache for the specified class.

Type Parameters

T

A class with a parameterless constructor

Return to top
Show: