IVsSccManager2.IsInstalled 方法

此功能确定是否安装了源代码管理包。 源代码管理包应始终返回 S_OK 和 pbInstalled = 非零。

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

语法

声明
Function IsInstalled ( _
    <OutAttribute> ByRef pbInstalled As Integer _
) As Integer
int IsInstalled(
    out int pbInstalled
)

参数

  • pbInstalled
    类型:System.Int32%
    [out] 返回非零 (true),如果安装源代码管理包;否则,返回零 (0)false)。源代码管理包应始终将此到非零 (true)。

返回值

类型:System.Int32
源代码管理包应始终返回 S_OK

备注

COM 签名

从 ivssccmanager2.idl

HRESULT IsInstalled(
   [out, retval] BOOL *pbInstalled
);

此方法在 Visual Studio 源代码管理存根完全仅执行,与在 Visual Studio 和所有源代码管理包之间的中间方。 所有源代码管理包应始终返回 S_OK 和设置 pbInstalled 到非零。

.NET Framework 安全性

请参见

参考

IVsSccManager2 接口

Microsoft.VisualStudio.Shell.Interop 命名空间