DataPackage.Services.OleComponentManager Property
Gets the IOleComponentManager.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.UI
Assembly: Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntax
'Declaration
Public Shared ReadOnly Property OleComponentManager As IOleComponentManager
public static IOleComponentManager OleComponentManager { get; }
public:
static property IOleComponentManager^ OleComponentManager {
IOleComponentManager^ get ();
}
static member OleComponentManager : IOleComponentManager
static function get OleComponentManager () : IOleComponentManager
Property Value
Type: Microsoft.VisualStudio.OLE.Interop.IOleComponentManager
.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.