KeyedResourceDictionary Members
Include Protected Members
Include Inherited Members
The KeyedResourceDictionary type exposes the following members.
Constructors
Name | Description | |
---|---|---|
KeyedResourceDictionary |
Methods
Name | Description | |
---|---|---|
Add |
Adds a new instance of ResourceDictionary to the collection and optionally keeps it alive.
|
|
Contains |
Determines if there is an entry in the collection by the provided key name.
|
|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
Get |
Retrieves the resource with the specified key.
|
|
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
Remove |
Removes the item by the name of the key specified.
|
|
ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
Keys |
Returns the set of keys in the collection.
|
See Also
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.Hosting Namespace