RegisterEditorExtensionAttribute.Factory 属性

定义

获取编辑器工厂 GUID。

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

属性值

Guid

编辑器工厂的 GUID。

注解

可以通过将 factoryGuid 字符串参数转换为 guid 或访问工厂类型的 guid 属性来获取 guid 值。

适用于