EditorOptionDefinition.ValueType Property

Definition

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.

public:
 abstract property Type ^ ValueType { Type ^ get(); };
public:
 abstract property Platform::Type ^ ValueType { Platform::Type ^ get(); };
public abstract Type ValueType { get; }
member this.ValueType : Type
Public MustOverride ReadOnly Property ValueType As Type

Property Value

The type of the option.

Applies to