Gets or sets the extension's state.
Namespace:
ESRI.ArcGIS.Desktop.AddInsAssembly: 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); } |