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

See Also

Reference

DataPackage.Services Class

Microsoft.VisualStudio.Data.Schema.Package.UI Namespace