Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
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)
Syntax
'Déclaration
Public MustOverride ReadOnly Property ValueType As Type
public abstract Type ValueType { get; }
public:
virtual property Type^ ValueType {
Type^ get () abstract;
}
abstract ValueType : Type
abstract function get ValueType () : Type
Property Value
Type: System.Type
The type of the option.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.