VariableSizeList.IList.IsFixedSize Property

Namespace:  Microsoft.TeamFoundation.WorkItemTracking.Common
Assembly:  Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)

Syntax

'宣言
Private ReadOnly Property IsFixedSize As Boolean
    Implements IList.IsFixedSize
    Get
bool IList.IsFixedSize { get; }
private:
virtual property bool IsFixedSize {
    bool get () sealed = IList::IsFixedSize::get;
}
private abstract IsFixedSize : bool
private override IsFixedSize : bool
JScript does not support explicit interface implementations.

Property Value

Type: System.Boolean

Implements

IList.IsFixedSize

.NET Framework Security

See Also

Reference

VariableSizeList Class

Microsoft.TeamFoundation.WorkItemTracking.Common Namespace