IEditorFormatMap::GetProperties Method (String^)
Visual Studio 2015
Gets a ResourceDictionary for the specified key.
Assembly: Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)
Parameters
- key
-
Type:
System::String^
The key.
Return Value
Type: System.Windows::ResourceDictionary^The ResourceDictionary object that represents the set of property contributions from the provided EditorFormatDefinition.
| Exception | Condition |
|---|---|
| ArgumentNullException | key is empty or null. |
Show: