ElementClosureWalker.Context Property

Definition

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

Applies to