Sdílet prostřednictvím


WinToolBar.Items – vlastnost

Získá kolekce položek v tomto panelu nástrojů.

Obor názvů:  Microsoft.VisualStudio.TestTools.UITesting.WinControls
Sestavení:  Microsoft.VisualStudio.TestTools.UITesting (v Microsoft.VisualStudio.TestTools.UITesting.dll)

Syntaxe

'Deklarace
Public Overridable ReadOnly Property Items As UITestControlCollection
public virtual UITestControlCollection Items { get; }
public:
virtual property UITestControlCollection^ Items {
    UITestControlCollection^ get ();
}
abstract Items : UITestControlCollection with get 
override Items : UITestControlCollection with get
function get Items () : UITestControlCollection

Hodnota vlastnosti

Typ: Microsoft.VisualStudio.TestTools.UITesting.UITestControlCollection
Kolekce položek tohoto panelu nástrojů.

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

WinToolBar Třída

Microsoft.VisualStudio.TestTools.UITesting.WinControls – obor názvů