Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace:  Microsoft.VisualStudio.TestTools.Vsip
Assembly:  Microsoft.VisualStudio.QualityTools.Vsip (in Microsoft.VisualStudio.QualityTools.Vsip.dll)
Syntax
'Declaration
Protected ReadOnly Property VSServiceProvider As IServiceProvider
'Usage
Dim value As IServiceProvider 
value = Me.VSServiceProvider
protected IServiceProvider VSServiceProvider { get; }
protected:
property IServiceProvider^ VSServiceProvider {
    IServiceProvider^ get ();
}
protected function get VSServiceProvider () : IServiceProvider
Property Value
Type: Microsoft.VisualStudio.OLE.Interop.IServiceProvider
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.