SimpleEditorView.ComponentManager Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the component manager for this view.
protected:
property Microsoft::VisualStudio::OLE::Interop::IOleComponentManager ^ ComponentManager { Microsoft::VisualStudio::OLE::Interop::IOleComponentManager ^ get(); void set(Microsoft::VisualStudio::OLE::Interop::IOleComponentManager ^ value); };
protected:
property Microsoft::VisualStudio::OLE::Interop::IOleComponentManager ^ ComponentManager { Microsoft::VisualStudio::OLE::Interop::IOleComponentManager ^ get(); void set(Microsoft::VisualStudio::OLE::Interop::IOleComponentManager ^ value); };
protected Microsoft.VisualStudio.OLE.Interop.IOleComponentManager ComponentManager { get; set; }
member this.ComponentManager : Microsoft.VisualStudio.OLE.Interop.IOleComponentManager with get, set
Protected Property ComponentManager As IOleComponentManager