Proprietà AttributeTableContainer.AttributeTables

Ottiene un'enumerazione delle tabelle degli attributi aggiunte.

Spazio dei nomi:  Microsoft.Windows.Design.Metadata
Assembly:  Microsoft.Windows.Design.Extensibility (in Microsoft.Windows.Design.Extensibility.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property AttributeTables As IEnumerable(Of AttributeTable)
    Get
public IEnumerable<AttributeTable> AttributeTables { get; }
public:
property IEnumerable<AttributeTable^>^ AttributeTables {
    IEnumerable<AttributeTable^>^ get ();
}
member AttributeTables : IEnumerable<AttributeTable>
function get AttributeTables () : IEnumerable<AttributeTable>

Valore proprietà

Tipo: System.Collections.Generic.IEnumerable<AttributeTable>
Enumerazione delle tabelle degli attributi aggiunte.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

AttributeTableContainer Classe

Spazio dei nomi Microsoft.Windows.Design.Metadata