Gets the service provider for the project.
Namespace: Microsoft.VisualStudio.Package
Assembly: MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)
Syntax
'宣言
Public ReadOnly Property Site As IServiceProvider
'使用
Dim instance As ProjectNode
Dim value As IServiceProvider
value = instance.Site
public IServiceProvider Site { get; }
public:
property IServiceProvider^ Site {
IServiceProvider^ get ();
}
public function get Site () : IServiceProvider
Property Value
Type: System.IServiceProvider
The IServiceProvider supplied by the Visual Studio shell for the project.
Permissions
- 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.