ISuggestedActionCategorySet Interface

Visual Studio 2015
 

Represents a set of suggested action category names.

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

public interface class ISuggestedActionCategorySet : IEnumerable<String^>, 
	IEnumerable

NameDescription
System_CAPS_pubmethodContains(String^)

Determines whether the given suggested action category is a member of the set.

System_CAPS_pubmethodGetEnumerator()

(Inherited from IEnumerable<T>.)

Return to top
Show: