共用方式為


AttributeTableContainer.AttributeTables 屬性

取得新增屬性表格的列舉。

命名空間:  Microsoft.Windows.Design.Metadata
組件:  Microsoft.Windows.Design.Extensibility (在 Microsoft.Windows.Design.Extensibility.dll 中)

語法

'宣告
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>

屬性值

型別:System.Collections.Generic.IEnumerable<AttributeTable>
新增屬性表格的列舉。

.NET Framework 安全性

請參閱

參考

AttributeTableContainer 類別

Microsoft.Windows.Design.Metadata 命名空間