PropertyMetadataCollection Methods
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.
|

