DeferredResourceDictionaryBase Class

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

System.Object
  System.Windows.ResourceDictionary
    Microsoft.Internal.VisualStudio.PlatformUI.DeferredResourceDictionaryBase

Namespace:  Microsoft.Internal.VisualStudio.PlatformUI
Assemblies:   Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)
  Microsoft.VisualStudio.Shell.12.0 (in Microsoft.VisualStudio.Shell.12.0.dll)

public abstract class DeferredResourceDictionaryBase : ResourceDictionary

The DeferredResourceDictionaryBase type exposes the following members.

  NameDescription
Public propertyCountGets the number of entries in the base ResourceDictionary. (Inherited from ResourceDictionary.)
Public propertyDeferrableContentInfrastructure. Gets or sets the deferrable content for this resource dictionary. (Inherited from ResourceDictionary.)
Public propertyIsFixedSizeGets whether this ResourceDictionary is fixed-size. (Inherited from ResourceDictionary.)
Public propertyIsReadOnlyGets whether this ResourceDictionary is read-only. (Inherited from ResourceDictionary.)
Public propertyItem Gets or sets the value associated with the given key. (Inherited from ResourceDictionary.)
Public propertyKeysGets a collection of all keys contained in this ResourceDictionary. (Inherited from ResourceDictionary.)
Public propertyMergedDictionariesGets a collection of the ResourceDictionary dictionaries that constitute the various resource dictionaries in the merged dictionaries. (Inherited from ResourceDictionary.)
Public propertySourceGets or sets the uniform resource identifier (URI) to load resources from. (Inherited from ResourceDictionary.)
Public propertyValues Gets a collection of all values associated with keys contained in this ResourceDictionary. (Inherited from ResourceDictionary.)
Top

  NameDescription
Public methodAddAdds a resource by key to this ResourceDictionary. (Inherited from ResourceDictionary.)
Public methodBeginInitBegins the initialization phase for this ResourceDictionary. (Inherited from ResourceDictionary.)
Public methodClearClears all keys (and values) in the base ResourceDictionary. This does not clear any merged dictionary items. (Inherited from ResourceDictionary.)
Public methodContainsDetermines whether the ResourceDictionary contains an element with the specified key. (Inherited from ResourceDictionary.)
Public methodCopyToCopies the ResourceDictionary elements to a one-dimensional DictionaryEntry at the specified index. (Inherited from ResourceDictionary.)
Public methodEndInitEnds 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.)
Public methodEqualsDetermines whether the specified object is equal to the current object. (Inherited from Object.)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public methodFindNameNot supported by this Dictionary implementation. (Inherited from ResourceDictionary.)
Protected methodStatic memberGetColorType
Public methodGetEnumeratorReturns an IDictionaryEnumerator that can be used to iterate through the ResourceDictionary. (Inherited from ResourceDictionary.)
Public methodGetHashCodeServes as a hash function for a particular type. (Inherited from Object.)
Protected methodGetRgbaColorValue
Public methodGetTypeGets the Type of the current instance. (Inherited from Object.)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object. (Inherited from Object.)
Protected methodOnGettingValue (Overrides ResourceDictionary.OnGettingValue(Object, Object, Boolean).)
Public methodRegisterNameNot supported by this Dictionary implementation. (Inherited from ResourceDictionary.)
Public methodRemoveRemoves the entry with the specified key from the base dictionary. (Inherited from ResourceDictionary.)
Public methodToStringReturns a string that represents the current object. (Inherited from Object.)
Public methodUnregisterNameNot supported by this Dictionary implementation. (Inherited from ResourceDictionary.)
Top

  NameDescription
Explicit interface implemetationPrivate propertyIUriContext.BaseUriFor a description of this member, see IUriContext.BaseUri. (Inherited from ResourceDictionary.)
Explicit interface implemetationPrivate methodICollection.CopyToInfrastructure. For a description of this member, see ICollection.CopyTo. (Inherited from ResourceDictionary.)
Explicit interface implemetationPrivate methodIEnumerable.GetEnumeratorInfrastructure. For a description of this member, see IEnumerable.GetEnumerator. (Inherited from ResourceDictionary.)
Explicit interface implemetationPrivate propertyICollection.IsSynchronizedInfrastructure. For a description of this member, see ICollection.IsSynchronized. (Inherited from ResourceDictionary.)
Explicit interface implemetationPrivate propertyICollection.SyncRootFor a description of this member, see ICollection.SyncRoot. (Inherited from ResourceDictionary.)
Top

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show: