Partager via


DocData.GetService, méthode

Retourne le service demandé.

Espace de noms :  Microsoft.VisualStudio.Modeling.Shell
Assembly :  Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0 (dans Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0.dll)

Syntaxe

'Déclaration
Public Overridable Function GetService ( _
    serviceType As Type _
) As Object
public virtual Object GetService(
    Type serviceType
)

Paramètres

  • serviceType
    Type : System.Type
    Type de service demandé

Valeur de retour

Type : System.Object
Objet représentant le service demandé.

Implémentations

IServiceProvider.GetService(Type)

Notes

Substituez cette méthode pour fournir des services supplémentaires.

Sécurité .NET Framework

Voir aussi

Référence

DocData Classe

Microsoft.VisualStudio.Modeling.Shell, espace de noms