PropertyMetadataCollection Members
The PropertyMetadataCollection type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
|
|
Contains(PropertyMetadata) |
Returns true if the property is known
|
|
|
Contains(String) |
Returns true if the property is known
|
|
|
CopyTo |
Copies the collection elements to an existing array
|
|
|
Equals(System.Object) | (Inherited from Object.) |
|
|
Finalize | (Inherited from Object.) |
|
|
GetEnumerator |
Returns an enumerator that iterates through the collection.
|
|
|
GetHashCode | (Inherited from Object.) |
|
|
GetType | (Inherited from Object.) |
|
|
MemberwiseClone | (Inherited from Object.) |
|
|
ToString | (Inherited from Object.) |
|
|
TryGetValue |
Attempts to fetch property metadata for the indicated property. Will not throw an error
if not found.
|
Properties
| Name | Description | |
|---|---|---|
|
|
Count |
Returns the number of known properties
|
|
|
Item[([( Int32])]) |
Gets the PropertyMetadata at the specified index.
|
|
|
Item[([( String])]) |
Attempts to fetch property metadata for the indicated property. Will throw an error if
not found.
|
|
|
PropertyNames |
Returns a copy of the list of known property names.
|

