IStandardClassificationService.WhiteSpace Property
Gets a classification type representing whitespace in a formal language.
Namespace: Microsoft.VisualStudio.Language.StandardClassification
Assembly: Microsoft.VisualStudio.Language.StandardClassification (in Microsoft.VisualStudio.Language.StandardClassification.dll)
Syntax
'Declaration
ReadOnly Property WhiteSpace As IClassificationType
IClassificationType WhiteSpace { get; }
property IClassificationType^ WhiteSpace {
IClassificationType^ get ();
}
abstract WhiteSpace : IClassificationType with get
function get WhiteSpace () : IClassificationType
Property Value
Type: Microsoft.VisualStudio.Text.Classification.IClassificationType
The whitespace 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