ValidationContext::TryGetCacheValue<T> Method (String^, T)
Visual Studio 2015
Returns whether the cached object associated with the name exist or not
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 )
Return Value
Type: System::BooleanType Parameters
- T
Show: