Share via


. Method

Namespace:  Microsoft.VisualStudio.Data.Tools.SqlEditor.VSIntegration
Assembly:  Microsoft.VisualStudio.Data.Tools.SqlEditor (in Microsoft.VisualStudio.Data.Tools.SqlEditor.dll)

Syntax

'Declaration
Private Function GetDescription ( _
    <OutAttribute> ByRef description As String _
) As Integer Implements IVsMergeableUIItem.GetDescription
'Usage
Dim instance As VsTextMarker
Dim description As String
Dim returnValue As Integer

returnValue = CType(instance, IVsMergeableUIItem).GetDescription(description)
int IVsMergeableUIItem.GetDescription(
    out string description
)
private:
virtual int GetDescription(
    [OutAttribute] String^% description
) sealed = IVsMergeableUIItem::GetDescription
private abstract GetDescription : 
        description:string byref -> int 
private override GetDescription : 
        description:string byref -> int 
JScript supports the use of explicit interface implementations, but not the declarations of new ones.

Parameters

Return Value

Type: System..::..Int32

Implements

IVsMergeableUIItemGetDescription(String%)

See Also

Reference

VsTextMarker Class

Microsoft.VisualStudio.Data.Tools.SqlEditor.VSIntegration Namespace