Udostępnij za pośrednictwem


Metoda IVsDebugger2.CreateDataTip — (String, UInt32, IVsEnhancedDataTip)

 

Tworzy obiekt Porada rozszerzonych danych.

Przestrzeń nazw:   Microsoft.VisualStudio.Shell.Interop
Zestaw:  Microsoft.VisualStudio.Shell.Interop.8.0 (w Microsoft.VisualStudio.Shell.Interop.8.0.dll)

Składnia

int CreateDataTip(
    string bstrExpression,
    uint dwStyle,
    out IVsEnhancedDataTip ppDataTip
)
int CreateDataTip(
    String^ bstrExpression,
    unsigned int dwStyle,
    [OutAttribute] IVsEnhancedDataTip^% ppDataTip
)
abstract CreateDataTip : 
        bstrExpression:string *
        dwStyle:uint32 *
        ppDataTip:IVsEnhancedDataTip byref -> int
Function CreateDataTip (
    bstrExpression As String,
    dwStyle As UInteger,
    <OutAttribute> ByRef ppDataTip As IVsEnhancedDataTip
) As Integer

Parametry

  • bstrExpression
    Type: System.String

    [in] Ciąg zawierający etykietek danych.

Wartość zwracana

Type: System.Int32

Jeśli metoda zakończy się pomyślnie, zwraca S_OK. Jeśli nie, zwraca kod błędu.

Uwagi

Podpis COM

Z vsshell80.idl:

HRESULT IVsDebugger2::CreateDataTip(
   [in] BSTR bstrExpression,
   [in] VSEDT_STYLE dwStyle,
   [out]IVsEnhancedDataTip** ppDataTip
);

Zobacz też

Interfejs IVsDebugger2
Przestrzeń nazw Microsoft.VisualStudio.Shell.Interop

Powrót do początku