IVsWebBrowserUser.GetExternalObject(Object) Yöntem

Tanım

Varsa dış nesneyi alır.

public:
 int GetExternalObject([Runtime::InteropServices::Out] System::Object ^ % ppDispObject);
int GetExternalObject([Runtime::InteropServices::Out] winrt::Windows::Foundation::IInspectable const & & ppDispObject);
public int GetExternalObject (out object ppDispObject);
abstract member GetExternalObject : obj -> int
Public Function GetExternalObject (ByRef ppDispObject As Object) As Integer

Parametreler

ppDispObject
Object

dışı Dış nesne.

Döndürülenler

Int32

Yöntem başarılı olursa, S_OK Kullanıcı dış nesneyi değiştirirken ve S_FALSE Kullanıcı dış nesneyi ne zaman algıladığında döndürür. Başarısız olursa, bir hata kodu döndürür.

Açıklamalar

COM Imzası

Vsgözatmaya. IDL dosyasından:

[C++]

HRESULT IVsWebBrowserUser::GetExternalObject(  
   [out] IDispatch** ppDispObject  
);  

Şunlara uygulanır