Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Get the currently selected query items.
Namespace: Microsoft.VisualStudio.TeamFoundation.WorkItemTracking.Extensibility
Assembly: Microsoft.VisualStudio.TeamFoundation.WorkItemTracking (in Microsoft.VisualStudio.TeamFoundation.WorkItemTracking.dll)
Syntax
'Declaration
ReadOnly Property SelectedQueryItems As IEnumerable(Of QueryItem)
IEnumerable<QueryItem> SelectedQueryItems { get; }
property IEnumerable<QueryItem^>^ SelectedQueryItems {
IEnumerable<QueryItem^>^ get ();
}
abstract SelectedQueryItems : IEnumerable<QueryItem> with get
function get SelectedQueryItems () : IEnumerable<QueryItem>
Property Value
Type: System.Collections.Generic.IEnumerable<QueryItem>
Returns IEnumerable<T>.
.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.
See Also
Reference
Microsoft.VisualStudio.TeamFoundation.WorkItemTracking.Extensibility Namespace