IStandardClassificationService.StringLiteral 属性

定义

获取一个分类类型,该类型表示从正式语言的文本分类类型派生的字符串文字。

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

属性值

IClassificationType

字符串类型的分类类型。

适用于