IEditorFormatMap::GetProperties Method (String^)

 

Gets a ResourceDictionary for the specified key.

Namespace:   Microsoft.VisualStudio.Text.Classification
Assembly:  Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)

ResourceDictionary^ GetProperties(
	String^ key
)

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.

Return to top
Show: