IVsSimpleLibrary2.GetSeparatorStringWithOwnership 方法

返回用于的字符串分隔此类型的符号浏览容器。

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

语法

声明
Function GetSeparatorStringWithOwnership ( _
    <OutAttribute> ByRef pbstrSeparator As String _
) As Integer
int GetSeparatorStringWithOwnership(
    out string pbstrSeparator
)

参数

  • pbstrSeparator
    类型:System.String%
    [out] 返回包含特定语言的范围运算符的字符串。

返回值

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

备注

COM 签名

从 vsshell80.idl:

HRESULT IVsSimpleLibrary2::GetSeparatorStringWithOwnership(
   [out] BSTR *pszSeparator
);

返回范围运算符用于分隔命名空间,类和成员,如 “:: ”为 Visual C++ 和 “”。为 Visual Basic 和 Visual C#。

.NET Framework 安全性

请参见

参考

IVsSimpleLibrary2 接口

Microsoft.VisualStudio.Shell.Interop 命名空间