Gets the OLE service provider for this node.
Namespace: Microsoft.VisualStudio.Package
Assembly: MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)
Syntax
'宣言
Public ReadOnly Property OleServiceProvider As OleServiceProvider
'使用
Dim instance As HierarchyNode
Dim value As OleServiceProvider
value = instance.OleServiceProvider
public OleServiceProvider OleServiceProvider { get; }
public:
property OleServiceProvider^ OleServiceProvider {
OleServiceProvider^ get ();
}
public function get OleServiceProvider () : OleServiceProvider
Property Value
Type: Microsoft.VisualStudio.Package.OleServiceProvider
The OleServiceProvider for this node.
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.