Compartilhar via


Método IClassificationTypeRegistryService.GetClassificationType

Obtém o IClassificationType objeto identificado pelo tipo especificado.

Namespace:  Microsoft.VisualStudio.Text.Classification
Assembly:  Microsoft.VisualStudio.Text.Logic (em Microsoft.VisualStudio.Text.Logic.dll)

Sintaxe

'Declaração
Function GetClassificationType ( _
    type As String _
) As IClassificationType
IClassificationType GetClassificationType(
    string type
)
IClassificationType^ GetClassificationType(
    String^ type
)
abstract GetClassificationType : 
        type:string -> IClassificationType
function GetClassificationType(
    type : String
) : IClassificationType

Parâmetros

  • type
    Tipo: String

    O nome do tipo de classificação.

Valor de retorno

Tipo: Microsoft.VisualStudio.Text.Classification.IClassificationType
O tipo de classificação, nulluma referência nula (Nothing no Visual Basic) se não há nenhum tipo de classificação desse nome.

Segurança do .NET Framework

Consulte também

Referência

IClassificationTypeRegistryService Interface

Namespace Microsoft.VisualStudio.Text.Classification