DesignerAutoFormatCollection.IList.IsFixedSize Proprietà

Definizione

Ottiene un valore che indica se l'insieme è di dimensioni fisse quando si esegue il cast dell'oggetto DesignerAutoFormatCollection su un'interfaccia IList.

property bool System::Collections::IList::IsFixedSize { bool get(); };
bool System.Collections.IList.IsFixedSize { get; }
member this.System.Collections.IList.IsFixedSize : bool
 ReadOnly Property IsFixedSize As Boolean Implements IList.IsFixedSize

Valore della proprietà

Boolean

Sempre false.

Implementazioni

Commenti

Questo membro è un’implementazione esplicita di un membro di interfaccia. Può essere usato solo quando l'oggetto viene eseguito il cast in un'interfaccia DesignerAutoFormatCollection IList .

Si applica a

Vedi anche