Version

FieldLayoutCollection Class

A collection of FieldLayout objects
Syntax
'Declaration
 
Public NotInheritable Class FieldLayoutCollection 
   Inherits System.Collections.ObjectModel.ObservableCollection(Of FieldLayout)
public sealed class FieldLayoutCollection : System.Collections.ObjectModel.ObservableCollection<FieldLayout> 
Remarks

Refer to the Fields topic in the Developer's Guide for an explanation of fields.

Refer to the Field Layout topic in the Developer's Guide for an explanation of the FieldLayout object.

Refer to the Theory of Operation topic in the Developer's Guide for an explanation of how this object is used.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also