SettingsListChangedEventArgs::State Property

Visual Studio 2015
 

Gets the state.

Namespace:   Microsoft.VisualStudio.Settings
Assembly:  Microsoft.VisualStudio.Utilities (in Microsoft.VisualStudio.Utilities.dll)

public:
property Object^ State {
	[CompilerGeneratedAttribute]
	Object^ get();
	[CompilerGeneratedAttribute]
	private: void set(Object^ value);
}

Property Value

Type: System::Object^

The state.

Return to top
Show: