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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.