Gets or sets the extension's state.

Namespace:  ESRI.ArcGIS.Desktop.AddIns

Assembly:  ESRI.ArcGIS.Desktop.Addins (in ESRI.ArcGIS.Desktop.Addins.dll) Version: 10.0.0.0 (10.0.0.0)

Syntax

C#
protected ExtensionState State { get; set; }
Visual Basic (Declaration)
Protected Property State As ExtensionState
Visual C++
protected:
property ExtensionState State {
	ExtensionState get ();
	void set (ExtensionState value);
}

Field Value

The state.

See Also