SettingsListChangedEventArgs::Operation Property

Visual Studio 2015
 

Gets the kind of operation.

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

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

Property Value

Type: Microsoft.VisualStudio.Settings::SettingsListOperation

The kind of operation.

Return to top
Show: