次の方法で共有


ContainerItem.Fields Property

Namespace:  Microsoft.TeamFoundation.Warehouse
Assembly:  Microsoft.TeamFoundation.Warehouse (in Microsoft.TeamFoundation.Warehouse.dll)

Syntax

'宣言
Public ReadOnly Property Fields As ItemCollection(Of Field)
    Get
public ItemCollection<Field> Fields { get; }
public:
property ItemCollection<Field^>^ Fields {
    ItemCollection<Field^>^ get ();
}
member Fields : ItemCollection<Field>
function get Fields () : ItemCollection<Field>

Property Value

Type: Microsoft.TeamFoundation.Warehouse.ItemCollection<Field>

.NET Framework Security

See Also

Reference

ContainerItem Class

Microsoft.TeamFoundation.Warehouse Namespace