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