IVsProfileSettingsTree.GetNameForID(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
);