IVsMergeableUIItem.GetDescription Method

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

Syntax

'Déclaration
Function GetDescription ( _
    <OutAttribute> ByRef pbstrDesc As String _
) As Integer
'Utilisation
Dim instance As IVsMergeableUIItem
Dim pbstrDesc As String
Dim returnValue As Integer

returnValue = instance.GetDescription(pbstrDesc)
int GetDescription(
    out string pbstrDesc
)
int GetDescription(
    [OutAttribute] String^% pbstrDesc
)
abstract GetDescription : 
        pbstrDesc:string byref -> int 
function GetDescription(
    pbstrDesc : String
) : int

Parameters

Return Value

Type: System.Int32
If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Remarks

COM Signature

From textmgr.idl:

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

.NET Framework Security

See Also

Reference

IVsMergeableUIItem Interface

IVsMergeableUIItem Members

Microsoft.VisualStudio.TextManager.Interop Namespace