ToolboxCategoryItems.IList.IsFixedSize Propriedade
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Obtém um valor que indica se o ToolboxCategoryItems tem um tamanho fixo.
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
Valor de Propriedade
true se o ToolboxCategoryItems tiver um tamanho fixo; caso contrário, false.
Implementações
Observações
ToolboxCategoryItems implementa a IList interface.