Aracılığıyla paylaş


IVsDependency.get_HelpContext Yöntem (UInt32)

 

Bir bağımlılık Yardım bağlamında bir işaretçi döndürür.

Ad Alanı:   Microsoft.VisualStudio.Shell.Interop
Derleme:  Microsoft.VisualStudio.Shell.Interop (Microsoft.VisualStudio.Shell.Interop.dll içinde)

Sözdizimi

int get_HelpContext(
    out uint pdwHelpContext
)
int get_HelpContext(
    [OutAttribute] unsigned int% pdwHelpContext
)
abstract get_HelpContext : 
        pdwHelpContext:uint32 byref -> int
Function get_HelpContext (
    <OutAttribute> ByRef pdwHelpContext As UInteger
) As Integer

Parametreler

  • pdwHelpContext
    [Çıkış] Yardım içeriği için işaretçi.

Dönüş Değeri

Type: System.Int32

Yöntem başarılı olursa, verir S_OK.Başarısız olursa, bir hata kodu döndürür.

Notlar

com imzası

Vsshell.idl:

HRESULT IVsDependency::get_HelpContext(
   [out] DWORD *pdwHelpContext
);

Ayrıca bkz.

IVsDependency Arabirim
Microsoft.VisualStudio.Shell.Interop Ad Alanı

Başa dön