ElementLookup Members
Include Protected Members
Include Inherited Members
The ElementLookup type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ElementLookup |
This constructor supports the configuration design-time and is not intended to be used directly from your code.
|
Methods
Name | Description | |
---|---|---|
AddCustomElement |
Adds a custom element to the ElementLookup.
|
|
AddSection |
Adds a SectionViewModel instance to the ElementLookup.
|
|
CreateChangeScope |
Creates an instance of IElementChangeScope which can be used to monitor ElementViewModel instances that match predicate.
|
|
CreateReference | Overloaded. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
FindExtendedPropertyProviders |
Returns an IElementChangeScope that can be used to monitor IElementExtendedPropertyProvider instances.
|
|
FindInstancesOfConfigurationType | Overloaded. | |
GetElementById |
Returns the ElementViewModel that matched a given ElementId.
|
|
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
OnCollectionChanged |
Raises the CollectionChanged event.
|
|
RemoveSection |
Removes a SectionViewModel instance from the ElementLookup.
|
|
ToString | (Inherited from Object.) |
Events
Name | Description | |
---|---|---|
CollectionChanged |
Occurs when the collection changes.
|
See Also
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel.Services Namespace