TFVCTeamExplorerGettingStartedProviderVS.QueryStatus-Methode
Namespace: Microsoft.VisualStudio.TeamFoundation.VersionControl
Assembly: Microsoft.VisualStudio.TeamFoundation.VersionControl (in Microsoft.VisualStudio.TeamFoundation.VersionControl.dll)
Syntax
'Declaration
Public Function QueryStatus ( _
ByRef pguidCmdGroup As Guid, _
cCmds As UInteger, _
prgCmds As OLECMD(), _
pCmdText As IntPtr _
) As Integer
public int QueryStatus(
ref Guid pguidCmdGroup,
uint cCmds,
OLECMD[] prgCmds,
IntPtr pCmdText
)
Parameter
- pguidCmdGroup
Typ: System.Guid%
- cCmds
Typ: System.UInt32
- prgCmds
Typ: array<OLECMD[]
- pCmdText
Typ: System.IntPtr
Rückgabewert
Typ: System.Int32
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.
Siehe auch
Referenz
TFVCTeamExplorerGettingStartedProviderVS Klasse
Microsoft.VisualStudio.TeamFoundation.VersionControl-Namespace