Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets the classification type associated with this tag.
Namespace: Microsoft.VisualStudio.Text.Tagging
Assembly: Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)
Syntax
'Declaration
Public Property ClassificationType As IClassificationType
public IClassificationType ClassificationType { get; private set; }
public:
virtual property IClassificationType^ ClassificationType {
IClassificationType^ get () sealed;
private: void set (IClassificationType^ value) sealed;
}
abstract ClassificationType : IClassificationType with get, private set
override ClassificationType : IClassificationType with get, private set
final function get ClassificationType () : IClassificationType
private final function set ClassificationType (value : IClassificationType)
Property Value
Type: Microsoft.VisualStudio.Text.Classification.IClassificationType
The classification type associated with this tag.
Implements
IClassificationTag.ClassificationType
.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.