IVsSingleFileGeneratorFactory.GetDefaultGenerator 方法

获取已指定文件的默认生成器 prog ID。

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

语法

声明
Function GetDefaultGenerator ( _
    wszFilename As String, _
    <OutAttribute> ByRef pbstrGenProgID As String _
) As Integer
int GetDefaultGenerator(
    string wszFilename,
    out string pbstrGenProgID
)

参数

  • wszFilename
    类型:System.String
    [in] 文件获取生成器 prog ID.
  • pbstrGenProgID
    类型:System.String%
    [out] 默认生成器 prog ID.

返回值

类型:System.Int32
如果方法成功,则返回 S_OK。如果失败,它会返回一个错误代码。

备注

COM 签名

从 vsshell80.idl:

HRESULT GetDefaultGenerator(
   [in] LPCOLESTR wszFilename, 
   [out, retval] BSTR* pbstrGenProgID
);

.NET Framework 安全性

请参见

参考

IVsSingleFileGeneratorFactory 接口

Microsoft.VisualStudio.Shell.Interop 命名空间