SimpleEditorView::ComponentId Property

 

Gets or sets the component ID of the editor view.

Namespace:   Microsoft.VisualStudio.Package
Assembly:  Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)

protected:
property unsigned int ComponentId {
	unsigned int get();
	void set(unsigned int value);
}

Property Value

Type: System::UInt32

The component ID of the editor view.

Return to top
Show: