IdleStateChangedEventArgs::IsIdle Property

Visual Studio 2015
 

Determines whether or not the setting store state is idle.

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

public:
property bool IsIdle {
	[CompilerGeneratedAttribute]
	bool get();
	[CompilerGeneratedAttribute]
	private: void set(bool value);
}

Property Value

Type: System::Boolean

True if the setting store state is idle, otherwise false.

Return to top
Show: