IVsMergeableUIItem::GetDescription Method (String^)
Visual Studio 2015
Returns the description of the item.
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
Parameters
- pbstrDesc
-
Type:
System::String^
[out] The string containing the description.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
May be unused.
From textmgr.idl:
HRESULT IVsMergeableUIItem::GetDescription( [out] BSTR *pbstrDesc );
Show: