IVsProfileSettingsTree.GetNameForID(String) Method

Definition

Gets the name of a node for identification.

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

Parameters

pbstrNameForID
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::GetNameForID(  
   [out] BSTR *pbstrNameForID  
);  

Applies to