IEditorFormatMap.GetProperties(String) 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.
Gets a ResourceDictionary for the specified key.
public:
System::Windows::ResourceDictionary ^ GetProperties(System::String ^ key);
public System.Windows.ResourceDictionary GetProperties (string key);
abstract member GetProperties : string -> System.Windows.ResourceDictionary
Public Function GetProperties (key As String) As ResourceDictionary
Parameters
- key
- String
The key.
Returns
The ResourceDictionary object that represents the set of property contributions from the provided EditorFormatDefinition.
Exceptions
key
is empty or null.