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.
Initializes a new StoredQueriesChangeEventArgs instance.
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Client
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)
Syntax
'Declaration
Public Sub New ( _
storedQuery As StoredQuery, _
action As StoredQueriesAction _
)
public StoredQueriesChangedEventArgs(
StoredQuery storedQuery,
StoredQueriesAction action
)
public:
StoredQueriesChangedEventArgs(
StoredQuery^ storedQuery,
StoredQueriesAction action
)
new :
storedQuery:StoredQuery *
action:StoredQueriesAction -> StoredQueriesChangedEventArgs
public function StoredQueriesChangedEventArgs(
storedQuery : StoredQuery,
action : StoredQueriesAction
)
Parameters
- storedQuery
Type: Microsoft.TeamFoundation.WorkItemTracking.Client.StoredQuery
The stored query object that is being changed.
- action
Type: Microsoft.TeamFoundation.WorkItemTracking.Client.StoredQueriesAction
The action that is being performed in the stored query.
.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.