EditorOptionDefinition::ValueType Property

 

Gets the actual type of the option. This is used to ensure that setting the option by using the editor options registry is type-safe.

Namespace:   Microsoft.VisualStudio.Text.Editor
Assembly:  Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)

public:
property Type^ ValueType {
	virtual Type^ get() abstract;
}

Property Value

Type: System::Type^

The type of the option.

Return to top
Show: