IVsSimpleLibrary2::GetSeparatorStringWithOwnership Method (String^)
Visual Studio 2015
Returns the string used to separate symbols for this type of Browse Container.
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Parameters
- pbstrSeparator
-
Type:
System::String^
[out] Returns a string containing the language specific scope operator.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
From vsshell80.idl:
HRESULT IVsSimpleLibrary2::GetSeparatorStringWithOwnership( [out] BSTR *pszSeparator );
Returns the scope operator used to separate namespaces, classes and members, such as "::" for Visual C++ and "." for Visual Basic and Visual C#.
Show: