ElementClosureWalker.Context Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Offer a context object for general use by the closure visitors.
Use it to store tag/value pairs while building closures.
public:
property System::Collections::Generic::Dictionary<System::Object ^, System::Object ^> ^ Context { System::Collections::Generic::Dictionary<System::Object ^, System::Object ^> ^ get(); };
public System.Collections.Generic.Dictionary<object,object> Context { get; }
member this.Context : System.Collections.Generic.Dictionary<obj, obj>
Public ReadOnly Property Context As Dictionary(Of Object, Object)
Property Value
IDictionary