ProvideEditorExtensionAttribute.Factory 属性

返回一个关联的工厂的 GUID。

命名空间:  Microsoft.VisualStudio.Shell
程序集:  Microsoft.VisualStudio.Shell.11.0(在 Microsoft.VisualStudio.Shell.11.0.dll 中)

语法

声明
Public ReadOnly Property Factory As Guid
public Guid Factory { get; }

属性值

类型:System.Guid
编辑工厂的 GUID。

备注

GUID 值获取通过将 factoryGuid 字符串参数为 GUID,或者通过访问工厂类型的 GUID 属性。

Factory 的值在构造函数 ProvideEditorExtensionAttribute设置。

.NET Framework 安全性

请参见

参考

ProvideEditorExtensionAttribute 类

Microsoft.VisualStudio.Shell 命名空间