DataConnectionSupport.ServiceProvider, propriété
Obtient le fournisseur de services global d' Visual Studio .
Espace de noms : Microsoft.VisualStudio.Data.Framework
Assembly : Microsoft.VisualStudio.Data.Framework (dans Microsoft.VisualStudio.Data.Framework.dll)
Syntaxe
'Déclaration
Protected ReadOnly Property ServiceProvider As IServiceProvider
protected IServiceProvider ServiceProvider { get; }
protected:
property IServiceProvider^ ServiceProvider {
IServiceProvider^ get ();
}
member ServiceProvider : IServiceProvider
function get ServiceProvider () : IServiceProvider
Valeur de propriété
Type : System.IServiceProvider
Un objet d' IServiceProvider qui représente le fournisseur de services global d' Visual Studio .
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.