RegisterEditorExtensionAttribute.Factory Property

Gets the editor factory GUID.

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

Syntax

'Declaration
Public ReadOnly Property Factory As Guid
public Guid Factory { get; }
public:
property Guid Factory {
    Guid get ();
}
member Factory : Guid with get
function get Factory () : Guid

Property Value

Type: Guid
The GUID of the editor factory.

Remarks

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.

.NET Framework Security

See Also

Reference

RegisterEditorExtensionAttribute Class

Microsoft.VisualStudio.Shell Namespace