Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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: System.Guid%[out] Returns the command UI GUID.
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.