IVsWebBrowserUser.GetCmdUIGuid Method
Gets the command UI GUID of this web browser user.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Syntax
'Declaration
Function GetCmdUIGuid ( _
<OutAttribute> ByRef pguidCmdUI As Guid _
) As Integer
int GetCmdUIGuid(
out Guid pguidCmdUI
)
int GetCmdUIGuid(
[OutAttribute] Guid% pguidCmdUI
)
abstract GetCmdUIGuid :
pguidCmdUI:Guid byref -> int
function GetCmdUIGuid(
pguidCmdUI : Guid
) : int
Parameters
pguidCmdUI
Type: Guid%[out] Returns the command UI GUID.
Return Value
Type: Int32
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
);
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.