IWorkspaceCommandHandler.QueryStatus(List<WorkspaceVisualNodeBase>, Guid, UInt32, UInt32, String) Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Angepasste Hilfsobjekte für IOleCommandTarget. QueryStatus
public:
bool QueryStatus(System::Collections::Generic::List<Microsoft::VisualStudio::Workspace::VSIntegration::UI::WorkspaceVisualNodeBase ^> ^ selection, Guid pguidCmdGroup, System::UInt32 nCmdID, System::UInt32 % cmdf, System::String ^ % customTitle);
public bool QueryStatus (System.Collections.Generic.List<Microsoft.VisualStudio.Workspace.VSIntegration.UI.WorkspaceVisualNodeBase> selection, Guid pguidCmdGroup, uint nCmdID, ref uint cmdf, ref string customTitle);
abstract member QueryStatus : System.Collections.Generic.List<Microsoft.VisualStudio.Workspace.VSIntegration.UI.WorkspaceVisualNodeBase> * Guid * uint32 * uint32 * string -> bool
Public Function QueryStatus (selection As List(Of WorkspaceVisualNodeBase), pguidCmdGroup As Guid, nCmdID As UInteger, ByRef cmdf As UInteger, ByRef customTitle As String) As Boolean
Parameter
- selection
- List<WorkspaceVisualNodeBase>
ausgewählte Knoten
- pguidCmdGroup
- Guid
Befehls-GUID
- nCmdID
- UInt32
Befehls-ID
- cmdf
- UInt32
befehlflags (z. b. sichtbar/latched usw.)
- customTitle
- String
für dynamische Titel Befehle
Gibt zurück
true, wenn der Befehl behandelt wird