EditorFactory::EditorInfo::Guid Property

 

Gets or sets the GUID of the editor.

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

public:
property Guid Guid {
	Guid get();
	void set(Guid value);
}

Property Value

Type: System::Guid

The GUID of the editor.

Return to top
Show: