RegisterEditorExtensionAttribute::Factory Property

 

Gets the editor factory GUID.

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

public:
property Guid Factory {
	Guid get();
}

Property Value

Type: System::Guid

The GUID of the editor factory.

The GUID value is obtained either by converting the factoryGuid string parameter to a Guid, or by accessing the GUID property on the factory type.

Return to top
Show: