IVsProfileSettingsTree.GetDisplayName(String) Method

Definition

Gets the display name of a node.

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

Parameters

pbstrName
String

[out] The name of the node.

Returns

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

Remarks

COM Signature

From vsshell80.idl:

[C++]

HRESULT IVsProfileSettingsTree::GetDisplayName(  
   [out] BSTR *pbstrName  
);  

Applies to