次の方法で共有


Fact.CalculatedMembers Property

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

Syntax

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

Property Value

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

.NET Framework Security

See Also

Reference

Fact Class

Microsoft.TeamFoundation.Warehouse Namespace