Share via


IVsMergeableUIItem.GetDescription Method

Returns the description of the item.

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

Syntax

'Declaration
Function GetDescription ( _
    <OutAttribute> ByRef pbstrDesc As String _
) As Integer
int GetDescription(
    out string pbstrDesc
)
int GetDescription(
    [OutAttribute] String^% pbstrDesc
)
abstract GetDescription : 
        pbstrDesc:string byref -> int
function GetDescription(
    pbstrDesc : String
) : int

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.

Remarks

May be unused.

COM Signature

From textmgr.idl:

HRESULT IVsMergeableUIItem::GetDescription(
   [out] BSTR *pbstrDesc
);

.NET Framework Security

See Also

Reference

IVsMergeableUIItem Interface

Microsoft.VisualStudio.TextManager.Interop Namespace