ReadOnlyList.IsFixedSize Property

Note: This API is now obsolete.

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

Syntax

'宣言
<ObsoleteAttribute("Direct using of o.IsFixedSize is obsolete, use ((IList)o).IsFixedSize")> _
Public ReadOnly Property IsFixedSize As Boolean
    Get
[ObsoleteAttribute("Direct using of o.IsFixedSize is obsolete, use ((IList)o).IsFixedSize")]
public bool IsFixedSize { get; }
[ObsoleteAttribute(L"Direct using of o.IsFixedSize is obsolete, use ((IList)o).IsFixedSize")]
public:
property bool IsFixedSize {
    bool get ();
}
[<ObsoleteAttribute("Direct using of o.IsFixedSize is obsolete, use ((IList)o).IsFixedSize")>]
member IsFixedSize : bool
function get IsFixedSize () : boolean

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

ReadOnlyList Class

Microsoft.TeamFoundation.WorkItemTracking.Common Namespace