ProvideEditorExtensionAttribute.Factory Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.