ValidationContext::TryGetCacheValue<T> Method (String^, T)

 

Returns whether the cached object associated with the name exist or not

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()
bool TryGetCacheValue(
	String^ name,
	[OutAttribute] T% outValue
)

Parameters

name
Type: System::String^

Name of the cache

outValue
Type: T

Return Value

Type: System::Boolean

Type Parameters

T
Return to top
Show: