RemoteUserControl.ResourceDictionaries Property
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.
Gets a collection of WPF resource dictionaries as xaml strings. These dictionaries are merged into this control's resources. Strings must be added to this collection during the remote user control's construction.
protected Microsoft.VisualStudio.Extensibility.UI.ResourceDictionaryCollection ResourceDictionaries { get; }
member this.ResourceDictionaries : Microsoft.VisualStudio.Extensibility.UI.ResourceDictionaryCollection
Protected ReadOnly Property ResourceDictionaries As ResourceDictionaryCollection