Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Namespace: Microsoft.Crm.UnifiedServiceDesk.Dynamics.Controls.Browser
Assembly: Microsoft.Crm.UnifiedServiceDesk.Dynamics (in Microsoft.Crm.UnifiedServiceDesk.Dynamics.dll)
Usage
'Usage
Dim instance As IOleCommandTarget
Dim pguidCmdGroup As Guid
Dim cCmds As Integer
Dim prgCmds As IntPtr
Dim pCmdText As IntPtr
Dim returnValue As Integer
returnValue = instance.QueryStatus(pguidCmdGroup, cCmds, prgCmds, pCmdText)
Syntax
'Declaration
Function QueryStatus ( _
<InAttribute> ByRef pguidCmdGroup As Guid, _
cCmds As Integer, _
<InAttribute> <OutAttribute> prgCmds As IntPtr, _
<InAttribute> <OutAttribute> pCmdText As IntPtr _
) As Integer
int QueryStatus (
[InAttribute] ref Guid pguidCmdGroup,
int cCmds,
[InAttribute] [OutAttribute] IntPtr prgCmds,
[InAttribute] [OutAttribute] IntPtr pCmdText
)
int QueryStatus (
[InAttribute] Guid% pguidCmdGroup,
int cCmds,
[InAttribute] [OutAttribute] IntPtr prgCmds,
[InAttribute] [OutAttribute] IntPtr pCmdText
)
int QueryStatus (
/** @attribute InAttribute() */ /** @ref */ Guid pguidCmdGroup,
int cCmds,
/** @attribute InAttribute() */ /** @attribute OutAttribute() */ IntPtr prgCmds,
/** @attribute InAttribute() */ /** @attribute OutAttribute() */ IntPtr pCmdText
)
Parameters
- pguidCmdGroup
- cCmds
- prgCmds
- pCmdText
Return Value
Type: Int32
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
See Also
Reference
IOleCommandTarget Interface
IOleCommandTarget Members
Microsoft.Crm.UnifiedServiceDesk.Dynamics.Controls.Browser Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.