VariableSizeList.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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.