Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Gets a classification type representing string literals.
Namespace: Microsoft.VisualStudio.Language.StandardClassification
Assembly: Microsoft.VisualStudio.Language.StandardClassification (in Microsoft.VisualStudio.Language.StandardClassification.dll)
Syntax
'Déclaration
ReadOnly Property StringLiteral As IClassificationType
IClassificationType StringLiteral { get; }
property IClassificationType^ StringLiteral {
IClassificationType^ get ();
}
abstract StringLiteral : IClassificationType
function get StringLiteral () : IClassificationType
Property Value
Type: Microsoft.VisualStudio.Text.Classification.IClassificationType
The string literal classification type.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
IStandardClassificationService Interface
Microsoft.VisualStudio.Language.StandardClassification Namespace