ClassificationTag Constructor (IClassificationType^)

 

Creates a new tag associated with the given type of classification.

Namespace:   Microsoft.VisualStudio.Text.Tagging
Assembly:  Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)

public:
ClassificationTag(
	IClassificationType^ type
)

Parameters

type
Type: Microsoft.VisualStudio.Text.Classification::IClassificationType^

The type of classification.

Exception Condition
ArgumentNullException

type is null.

Return to top
Show: