IVsWebBrowserUser.GetCmdUIGuid(Guid) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the command UI GUID of this web browser user.
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
Parameters
- pguidCmdUI
- Guid
[out] Returns the command UI GUID.
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Remarks
COM Signature
From vsbrowse.idl:
[C++]
HRESULT IVsWebBrowserUser::GetCmdUIGuid(
[out] GUID* pguidCmdUI
);