MarkerFormatDefinition.CreateResourceDictionaryFromDefinition Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a ResourceDictionary using this definition.
protected:
override System::Windows::ResourceDictionary ^ CreateResourceDictionaryFromDefinition();
protected override System.Windows.ResourceDictionary CreateResourceDictionaryFromDefinition ();
override this.CreateResourceDictionaryFromDefinition : unit -> System.Windows.ResourceDictionary
Protected Overrides Function CreateResourceDictionaryFromDefinition () As ResourceDictionary
Returns
A ResourceDictionary with the values from this definition.