CommandEventArgs.Items Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets the list of test items for this command event.

Namespace:  Microsoft.VisualStudio.TestTools.Vsip
Assembly:  Microsoft.VisualStudio.QualityTools.Vsip (in Microsoft.VisualStudio.QualityTools.Vsip.dll)

Syntax

'Declaration
Public ReadOnly Property Items As IList
public IList Items { get; }
public:
property IList^ Items {
    IList^ get ();
}
member Items : IList with get
function get Items () : IList

Property Value

Type: System.Collections.IList
The list of test items for this command event.

.NET Framework Security

See Also

Reference

CommandEventArgs Class

Microsoft.VisualStudio.TestTools.Vsip Namespace