Partager via


DocData.GetService, méthode

Retournez le service demandé.

Espace de noms :  Microsoft.VisualStudio.Modeling.Shell
Assembly :  Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0 (dans Microsoft.VisualStudio.Modeling.Sdk.Shell.11.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
    Le type de service étant demandé

Valeur de retour

Type : System.Object
Un 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