DeferredResourceDictionaryBase Class
Inheritance Hierarchy
System.Object
System.Windows.ResourceDictionary
Microsoft.Internal.VisualStudio.PlatformUI.DeferredResourceDictionaryBase
Namespace: Microsoft.Internal.VisualStudio.PlatformUI
Assembly: Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)
Syntax
'Declaration
Public MustInherit Class DeferredResourceDictionaryBase _
Inherits ResourceDictionary
public abstract class DeferredResourceDictionaryBase : ResourceDictionary
public ref class DeferredResourceDictionaryBase abstract : public ResourceDictionary
[<AbstractClass>]
type DeferredResourceDictionaryBase =
class
inherit ResourceDictionary
end
public abstract class DeferredResourceDictionaryBase extends ResourceDictionary
The DeferredResourceDictionaryBase type exposes the following members.
Constructors
Name | Description | |
---|---|---|
DeferredResourceDictionaryBase |
Top
Properties
Name | Description | |
---|---|---|
Count | Gets the number of entries in the base ResourceDictionary. (Inherited from ResourceDictionary.) | |
DeferrableContent | Infrastructure. Gets or sets the deferrable content for this resource dictionary. (Inherited from ResourceDictionary.) | |
IsFixedSize | Gets whether this ResourceDictionary is fixed-size. (Inherited from ResourceDictionary.) | |
IsReadOnly | Gets whether this ResourceDictionary is read-only. (Inherited from ResourceDictionary.) | |
Item | Gets or sets the value associated with the given key. (Inherited from ResourceDictionary.) | |
Keys | Gets a collection of all keys contained in this ResourceDictionary. (Inherited from ResourceDictionary.) | |
MergedDictionaries | Gets a collection of the ResourceDictionary dictionaries that constitute the various resource dictionaries in the merged dictionaries. (Inherited from ResourceDictionary.) | |
Source | Gets or sets the uniform resource identifier (URI) to load resources from. (Inherited from ResourceDictionary.) | |
Values | Gets a collection of all values associated with keys contained in this ResourceDictionary. (Inherited from ResourceDictionary.) |
Top
Methods
Name | Description | |
---|---|---|
Add | Adds a resource by key to this ResourceDictionary. (Inherited from ResourceDictionary.) | |
BeginInit | Begins the initialization phase for this ResourceDictionary. (Inherited from ResourceDictionary.) | |
Clear | Clears all keys (and values) in the base ResourceDictionary. This does not clear any merged dictionary items. (Inherited from ResourceDictionary.) | |
Contains | Determines whether the ResourceDictionary contains an element with the specified key. (Inherited from ResourceDictionary.) | |
CopyTo | Copies the ResourceDictionary elements to a one-dimensional DictionaryEntry at the specified index. (Inherited from ResourceDictionary.) | |
EndInit | Ends the initialization phase, and invalidates the previous tree such that all changes made to keys during the initialization phase can be accounted for. (Inherited from ResourceDictionary.) | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
FindName | Not supported by this Dictionary implementation. (Inherited from ResourceDictionary.) | |
GetColorType | ||
GetEnumerator | Returns an IDictionaryEnumerator that can be used to iterate through the ResourceDictionary. (Inherited from ResourceDictionary.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetRgbaColorValue | ||
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
OnGettingValue | (Overrides ResourceDictionary.OnGettingValue(Object, Object%, Boolean%).) | |
RegisterName | Not supported by this Dictionary implementation. (Inherited from ResourceDictionary.) | |
Remove | Removes the entry with the specified key from the base dictionary. (Inherited from ResourceDictionary.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
UnregisterName | Not supported by this Dictionary implementation. (Inherited from ResourceDictionary.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
IUriContext.BaseUri | For a description of this member, see IUriContext.BaseUri. (Inherited from ResourceDictionary.) | |
ICollection.CopyTo | Infrastructure. For a description of this member, see ICollection.CopyTo. (Inherited from ResourceDictionary.) | |
IEnumerable.GetEnumerator | Infrastructure. For a description of this member, see IEnumerable.GetEnumerator. (Inherited from ResourceDictionary.) | |
ICollection.IsSynchronized | Infrastructure. For a description of this member, see ICollection.IsSynchronized. (Inherited from ResourceDictionary.) | |
ICollection.SyncRoot | For a description of this member, see ICollection.SyncRoot. (Inherited from ResourceDictionary.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.