Compartir a través de


TabWorkspace.TabItems Property

Definition

public:
 property System::Collections::ObjectModel::ReadOnlyDictionary<System::Windows::UIElement ^, System::Windows::Controls::TabItem ^> ^ TabItems { System::Collections::ObjectModel::ReadOnlyDictionary<System::Windows::UIElement ^, System::Windows::Controls::TabItem ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyDictionary<System.Windows.UIElement,System.Windows.Controls.TabItem> TabItems { get; }
member this.TabItems : System.Collections.ObjectModel.ReadOnlyDictionary<System.Windows.UIElement, System.Windows.Controls.TabItem>
Public ReadOnly Property TabItems As ReadOnlyDictionary(Of UIElement, TabItem)

Property Value

Applies to