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
)
参数
- pwszFileName
类型:System.String
文件名。
返回值
类型:System.String
设计器加载程序的类型名称。
备注
设计器加载程序注册表项必须在注册表的语言子项下是使用名称 “DesignerLoaderClass”的一个 REG_SZ 值。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。