Share via


CommandEventArgs.Items Property

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
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