CodeGenerationManager.Context Property

Definition

Gets the ContextStack associated with this instance.

public:
 property System::ComponentModel::Design::Serialization::ContextStack ^ Context { System::ComponentModel::Design::Serialization::ContextStack ^ get(); };
public System.ComponentModel.Design.Serialization.ContextStack Context { get; }
member this.Context : System.ComponentModel.Design.Serialization.ContextStack
Public ReadOnly Property Context As ContextStack

Property Value

The ContextStack associated with this instance.

Applies to