Partager via


IClassificationTypeRegistryService.GetClassificationType, méthode

Obtient l'objet d'IClassificationType identifié par le type spécifié.

Espace de noms :  Microsoft.VisualStudio.Text.Classification
Assembly :  Microsoft.VisualStudio.Text.Logic (dans Microsoft.VisualStudio.Text.Logic.dll)

Syntaxe

'Déclaration
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

Paramètres

  • type
    Type : String

    Nom du type de classification.

Valeur de retour

Type : Microsoft.VisualStudio.Text.Classification.IClassificationType
Type de classification, nullune référence null (Nothing en Visual Basic) s'il n'y a aucun type de classification de ce nom.

Sécurité .NET Framework

Voir aussi

Référence

IClassificationTypeRegistryService Interface

Microsoft.VisualStudio.Text.Classification, espace de noms