IVsMergeableUIItem::GetDescription Method (String^)

 

Returns the description of the item.

Namespace:   Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)

int GetDescription(
	[OutAttribute] String^% pbstrDesc
)

Parameters

pbstrDesc
Type: System::String^

[out] The string containing the description.

Return Value

Type: System::Int32

If 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
);
Return to top
Show: