SuggestedActionSet::Priority Property

Visual Studio 2015
 

Gets the SuggestedActionSetPriority value of this list of suggested actions.

Namespace:   Microsoft.VisualStudio.Language.Intellisense
Assembly:  Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)

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

Property Value

Type: Microsoft.VisualStudio.Language.Intellisense::SuggestedActionSetPriority

The SuggestedActionSetPriority value of this list of suggested actions.

Return to top
Show: