CommandHandler.QueryStatusCommand Method
Namespace: Microsoft.VisualStudio.TeamFoundation
Assembly: Microsoft.VisualStudio.TeamFoundation (in Microsoft.VisualStudio.TeamFoundation.dll)
Syntax
'Declaration
Public Function QueryStatusCommand ( _
itemId As UInteger, _
ByRef pguidCmdGroup As Guid, _
nCmds As UInteger, _
prgCmds As OLECMD(), _
pCmdText As IntPtr _
) As Integer
public int QueryStatusCommand(
uint itemId,
ref Guid pguidCmdGroup,
uint nCmds,
OLECMD[] prgCmds,
IntPtr pCmdText
)
public:
int QueryStatusCommand(
unsigned int itemId,
Guid% pguidCmdGroup,
unsigned int nCmds,
array<OLECMD>^ prgCmds,
IntPtr pCmdText
)
member QueryStatusCommand :
itemId:uint32 *
pguidCmdGroup:Guid byref *
nCmds:uint32 *
prgCmds:OLECMD[] *
pCmdText:IntPtr -> int
public function QueryStatusCommand(
itemId : uint,
pguidCmdGroup : Guid,
nCmds : uint,
prgCmds : OLECMD[],
pCmdText : IntPtr
) : int
Parameters
- itemId
Type: System.UInt32
- pguidCmdGroup
Type: System.Guid%
- nCmds
Type: System.UInt32
- prgCmds
Type: array<Microsoft.VisualStudio.OLE.Interop.OLECMD[]
- pCmdText
Type: System.IntPtr
Return Value
Type: System.Int32
.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.