IVsSimpleLibrary2.GetSeparatorStringWithOwnership(String) Method

Definition

Returns the string used to separate symbols for this type of Browse Container.

public:
 int GetSeparatorStringWithOwnership([Runtime::InteropServices::Out] System::String ^ % pbstrSeparator);
int GetSeparatorStringWithOwnership([Runtime::InteropServices::Out] std::wstring const & & pbstrSeparator);
public int GetSeparatorStringWithOwnership (out string pbstrSeparator);
abstract member GetSeparatorStringWithOwnership : string -> int
Public Function GetSeparatorStringWithOwnership (ByRef pbstrSeparator As String) As Integer

Parameters

pbstrSeparator
String

[out] Returns a string containing the language specific scope operator.

Returns

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Remarks

COM Signature

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#.

Applies to