IVSMDDesignerService.GetDesignerLoaderClassForFile 方法

查找指定的文件扩展名的已注册的设计器加载程序。

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

语法

声明
Function GetDesignerLoaderClassForFile ( _
    pwszFileName As String _
) As String
string GetDesignerLoaderClassForFile(
    string pwszFileName
)

参数

返回值

类型:System.String
设计器加载程序的类型名称。

备注

设计器加载程序注册表项必须在注册表的语言子项下是使用名称 “DesignerLoaderClass”的一个 REG_SZ 值。

.NET Framework 安全性

请参见

参考

IVSMDDesignerService 接口

Microsoft.VisualStudio.Designer.Interfaces 命名空间