Propriedade ClassificationTag.ClassificationType
Obtém o tipo de classificação associado a essa marca.
Namespace: Microsoft.VisualStudio.Text.Tagging
Assembly: Microsoft.VisualStudio.Text.Logic (em Microsoft.VisualStudio.Text.Logic.dll)
Sintaxe
'Declaração
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)
Valor de propriedade
Tipo: Microsoft.VisualStudio.Text.Classification.IClassificationType
O tipo de classificação associado a essa marca.
Implementações
IClassificationTag.ClassificationType
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiável.