AutoCompletePopupPropertyList - класс

Definition

Пространство имён: Tessa.UI.Controls.AutoCompleteCtrl.Popup
Сборка: Tessa.UI (в Tessa.UI.dll) Версия: 3.6.0.22
C#
public class AutoCompletePopupPropertyList : Collection<AutoCompletePopupItemProperties>
Inheritance
Object    CollectionAutoCompletePopupItemProperties    AutoCompletePopupPropertyList

Конструкторы

AutoCompletePopupPropertyListИнициализирует новый экземпляр класса AutoCompletePopupPropertyList

Свойства

CountGets the number of elements actually contained in the CollectionT.
(Унаследован от CollectionAutoCompletePopupItemProperties)
ItemGets or sets the element at the specified index.
(Унаследован от CollectionAutoCompletePopupItemProperties)
ItemsGets a IListT wrapper around the CollectionT.
(Унаследован от CollectionAutoCompletePopupItemProperties)

Методы

AddAdds an object to the end of the CollectionT.
(Унаследован от CollectionAutoCompletePopupItemProperties)
ClearRemoves all elements from the CollectionT.
(Унаследован от CollectionAutoCompletePopupItemProperties)
ClearItemsRemoves all elements from the CollectionT.
(Унаследован от CollectionAutoCompletePopupItemProperties)
ContainsDetermines whether an element is in the CollectionT.
(Унаследован от CollectionAutoCompletePopupItemProperties)
CopyToCopies the entire CollectionT to a compatible one-dimensional Array, starting at the specified index of the target array.
(Унаследован от CollectionAutoCompletePopupItemProperties)
EqualsDetermines whether the specified object is equal to the current object.
(Унаследован от Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Унаследован от Object)
GetEnumeratorReturns an enumerator that iterates through the CollectionT.
(Унаследован от CollectionAutoCompletePopupItemProperties)
GetHashCodeServes as the default hash function.
(Унаследован от Object)
GetTypeGets the Type of the current instance.
(Унаследован от Object)
IndexOfSearches for the specified object and returns the zero-based index of the first occurrence within the entire CollectionT.
(Унаследован от CollectionAutoCompletePopupItemProperties)
InsertInserts an element into the CollectionT at the specified index.
(Унаследован от CollectionAutoCompletePopupItemProperties)
InsertItemInserts an element into the CollectionT at the specified index.
(Унаследован от CollectionAutoCompletePopupItemProperties)
MemberwiseCloneCreates a shallow copy of the current Object.
(Унаследован от Object)
RemoveRemoves the first occurrence of a specific object from the CollectionT.
(Унаследован от CollectionAutoCompletePopupItemProperties)
RemoveAtRemoves the element at the specified index of the CollectionT.
(Унаследован от CollectionAutoCompletePopupItemProperties)
RemoveItemRemoves the element at the specified index of the CollectionT.
(Унаследован от CollectionAutoCompletePopupItemProperties)
SetItemReplaces the element at the specified index.
(Унаследован от CollectionAutoCompletePopupItemProperties)
ToStringReturns a string that represents the current object.
(Унаследован от Object)

Методы расширения

Get
(Определяется ComHelper)
InternalMarkerCanvas Возвращает маркер аннотации
(Определяется AnnotationInternalsAccessor)
Invoke
(Определяется ComHelper)
Set
(Определяется ComHelper)

См. также