CommandEventArgs.Items Property

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

Syntax

'宣言
Public ReadOnly Property Items As IList
'使用
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

Permissions

See Also

Reference

CommandEventArgs Class

CommandEventArgs Members

Microsoft.VisualStudio.TestTools.Vsip Namespace