IVsSmartTagTipWindow2.GetSmartTagData Method

Gets the smart tag content.

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

Syntax

'Déclaration
Function GetSmartTagData ( _
    <OutAttribute> ByRef pSmartTagData As IVsSmartTagData _
) As Integer
'Utilisation
Dim instance As IVsSmartTagTipWindow2
Dim pSmartTagData As IVsSmartTagData
Dim returnValue As Integer

returnValue = instance.GetSmartTagData(pSmartTagData)
int GetSmartTagData(
    out IVsSmartTagData pSmartTagData
)
int GetSmartTagData(
    [OutAttribute] IVsSmartTagData^% pSmartTagData
)
abstract GetSmartTagData : 
        pSmartTagData:IVsSmartTagData byref -> int 
function GetSmartTagData(
    pSmartTagData : IVsSmartTagData
) : int

Parameters

Return Value

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

.NET Framework Security

See Also

Reference

IVsSmartTagTipWindow2 Interface

IVsSmartTagTipWindow2 Members

Microsoft.VisualStudio.TextManager.Interop Namespace