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 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。