ProvideEditorExtensionAttribute.Factory Property

Definition

Returns the GUID of the associated factory.

public:
 property Guid Factory { Guid get(); };
public Guid Factory { get; }
member this.Factory : Guid
Public ReadOnly Property Factory As Guid

Property Value

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.

The value of Factory is set in the constructor ProvideEditorExtensionAttribute.

Applies to