IVsWebBrowserUser.GetCmdUIGuid Method
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: System.Guid%
[out]
Return Value
Type: System.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.