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.
Namespace:  Microsoft.VisualStudio.TestTools.Vsip
Assembly:  Microsoft.VisualStudio.QualityTools.Vsip (in Microsoft.VisualStudio.QualityTools.Vsip.dll)
Syntax
'Declaration
Public ReadOnly Property Items As IList
'Usage
Dim instance As CommandEventArgs 
Dim value As IList 
value = instance.Items
public IList Items { get; }
public:
property IList^ Items {
    IList^ get ();
}
public function get Items () : IList
Property Value
Type: System.Collections.IList
.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.