Dela via


AttributeTableContainer.AttributeTables Property

Gets an enumeration of added attribute tables.

Namespace:  Microsoft.Windows.Design.Metadata
Assembly:  Microsoft.Windows.Design.Extensibility (in Microsoft.Windows.Design.Extensibility.dll)

Syntax

'Declaration
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>

Property Value

Type: System.Collections.Generic.IEnumerable<AttributeTable>
An enumeration of added attribute tables.

.NET Framework Security

See Also

Reference

AttributeTableContainer Class

Microsoft.Windows.Design.Metadata Namespace