IVsWebBrowserUser.GetCmdUIGuid(Guid) Yöntem

Tanım

Bu Web tarayıcısı kullanıcısının komut Kullanıcı arabirimi GUID 'INI alır.

public:
 int GetCmdUIGuid([Runtime::InteropServices::Out] Guid % pguidCmdUI);
public int GetCmdUIGuid (out Guid pguidCmdUI);
abstract member GetCmdUIGuid : Guid -> int
Public Function GetCmdUIGuid (ByRef pguidCmdUI As Guid) As Integer

Parametreler

pguidCmdUI
Guid

dışı Komut UI GUID 'ı döndürür.

Döndürülenler

Int32

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

Açıklamalar

COM Imzası

Vsgözatmaya. IDL dosyasından:

[C++]

HRESULT IVsWebBrowserUser::GetCmdUIGuid(  
   [out] GUID* pguidCmdUI  
);  

Şunlara uygulanır