SimpleEditorView.ComponentManager Property
Gets or sets the component manager for this view.
Namespace: Microsoft.VisualStudio.Package
Assembly: Microsoft.VisualStudio.Package.LanguageService.9.0 (in Microsoft.VisualStudio.Package.LanguageService.9.0.dll)
Syntax
'Declaration
Protected Property ComponentManager As IOleComponentManager
'Usage
Dim value As IOleComponentManager
value = Me.ComponentManager
Me.ComponentManager = value
protected IOleComponentManager ComponentManager { get; set; }
protected:
property IOleComponentManager^ ComponentManager {
IOleComponentManager^ get ();
void set (IOleComponentManager^ value);
}
protected function get ComponentManager () : IOleComponentManager
protected function set ComponentManager (value : IOleComponentManager)
Property Value
Type: Microsoft.VisualStudio.OLE.Interop.IOleComponentManager
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.