IStandardClassificationService.Other Property

Definition

Gets a classification type representing anything in a formal language.

public:
 property Microsoft::VisualStudio::Text::Classification::IClassificationType ^ Other { Microsoft::VisualStudio::Text::Classification::IClassificationType ^ get(); };
public:
 property Microsoft::VisualStudio::Text::Classification::IClassificationType ^ Other { Microsoft::VisualStudio::Text::Classification::IClassificationType ^ get(); };
public Microsoft.VisualStudio.Text.Classification.IClassificationType Other { get; }
member this.Other : Microsoft.VisualStudio.Text.Classification.IClassificationType
Public ReadOnly Property Other As IClassificationType

Property Value

The other classification type.

Applies to