|
![]() |
The DataPropertyCollection type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
DataPropertyCollection()()()() |
Create an empty collection
|
![]() |
DataPropertyCollection(DataPropertyCollection) |
Create a collection that is a copy of from
|
Methods
Name | Description | |
---|---|---|
![]() |
Add |
Adds item to the end of the collection.
|
![]() |
AddRange |
Add the items of the specified collection to the SavedItemCollection
|
![]() |
Clear |
Removes all items from the collection
|
![]() |
Contains |
Determines whether the SavedItemCollection contains a specific value.
|
![]() |
CopyFrom |
Sets the contents of the collection to the items in from
|
![]() |
CopyTo(ICollection<(Of <<'(DataProperty>)>>)) |
Enumerates over the collection and copies the items into to
|
![]() |
CopyTo(array<DataProperty>[]()[][], Int32) |
Copies the elements of the ICollection<(Of <(<'T>)>)> to an Array, starting at a particular Array index.
|
![]() |
Dispose()()()() |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from NativeHandle.) |
![]() |
Dispose(Boolean) | (Inherited from NativeHandle.) |
![]() |
Equals |
Determines whether the specified object and the current object refer to the same
underlying native object. Returns false if either object has been disposed.
(Inherited from NativeHandle.) |
![]() |
Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from NativeHandle.) |
![]() |
FindPropertyByCombinedName |
Find first property with specified CombinedName
|
![]() |
FindPropertyByDisplayName |
Find first property with specified DisplayName
|
![]() |
FindPropertyByName |
Find first property with specified Name
|
![]() |
GetEnumerator |
Returns an enumerator that can iterate through the collection.
|
![]() |
GetHashCode | (Inherited from NativeHandle.) |
![]() |
GetType |
Gets the Type of the current instance. (Inherited from Object.) |
![]() |
IndexOf |
Determines the index of a specific item in the Collection
|
![]() |
Insert |
Inserts item into the collection at the specified index
|
![]() |
MemberwiseClone |
Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() |
Remove |
Removes the first occurrence of a specific item from the collection.
|
![]() |
RemoveAt |
Removes the IList<(Of <(<'T>)>)> item at the specified index.
|
![]() |
ToString | (Inherited from NativeHandle.) |
Properties
Name | Description | |
---|---|---|
![]() |
Count |
Gets the number of elements contained in the collection.
|
![]() |
IsDisposed |
Gets a value indicating whether the object has been disposed and is no longer available.
(Inherited from NativeHandle.) |
![]() |
IsReadOnly | (Overrides NativeHandle..::..IsReadOnly.) |
![]() |
Item |
Explicit Interface Implementations
Name | Description | |
---|---|---|
![]() ![]() |
IList..::..Add |
Adds an item to the IList.
|
![]() ![]() |
ICollection<(Of <<'(DataProperty>)>>)..::..IsReadOnly |
Gets a value indicating whether the object is read-only.
|
![]() ![]() |
IList..::..Contains |
Determines whether the IList contains a specific value.
|
![]() ![]() |
ICollection..::..CopyTo | |
![]() ![]() |
IList..::..Item |
Gets or sets the element at the specified index.
|
![]() ![]() |
IList..::..IndexOf |
Determines the index of a specific item in the IList.
|
![]() ![]() |
IList..::..Insert |
Inserts an item to the IList at the specified index.
|
![]() ![]() |
IEnumerable..::..GetEnumerator |
Returns an enumerator that can iterate through the collection.
|
![]() ![]() |
IList..::..IsFixedSize |
Gets a value indicating whether the IList has a fixed size.
|
![]() ![]() |
ICollection..::..IsSynchronized |
Gets a value indicating whether access to the ICollection is synchronized (thread safe).
|
![]() ![]() |
IList..::..Remove |
Removes the first occurrence of a specific object from the IList.
|
![]() ![]() |
ICollection..::..SyncRoot |
Gets an object that can be used to synchronize access to the ICollection.
|