IVsHelpAttributeList::GetAttributeName Method (String^)
Visual Studio 2015
Gets the name of the attribute of the item at the current index set by GetAttributeStatusIndex or GetAttributeValue.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Parameters
- bstrName
-
Type:
System::String^
[out] String containing the attribute name.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
From vsshell80.idl:
HRESULT IVsHelpAttributeList::GetAttributeName( [out] BSTR *bstrName );
Show: