ViewOptionDefinition<T> Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Définit une option de l'éditeur spécifique à l'élément ITextView.
generic <typename T>
public ref class ViewOptionDefinition abstract : Microsoft::VisualStudio::Text::Editor::EditorOptionDefinition<T>
template <typename T>
[Windows::Foundation::Metadata::WebHostHidden]
class ViewOptionDefinition abstract : Microsoft::VisualStudio::Text::Editor::EditorOptionDefinition<T>
public abstract class ViewOptionDefinition<T> : Microsoft.VisualStudio.Text.Editor.EditorOptionDefinition<T>
type ViewOptionDefinition<'T> = class
inherit EditorOptionDefinition<'T>
Public MustInherit Class ViewOptionDefinition(Of T)
Inherits EditorOptionDefinition(Of T)
Paramètres de type
- T
Type de l'option.
- Héritage
- Dérivé
Remarques
Il s’agit d’un composant MEF et doit être exporté avec : [Export(typeof(EditorOptionDefinition))]
Constructeurs
ViewOptionDefinition<T>() |
Initialise une nouvelle instance de ViewOptionDefinition<T>. |
Propriétés
Default |
Obtient la valeur par défaut de cette option. (Hérité de EditorOptionDefinition<T>) |
DefaultValue |
Obtient la valeur par défaut de l'option. (Hérité de EditorOptionDefinition<T>) |
Key |
Obtient la clé de cette option. (Hérité de EditorOptionDefinition<T>) |
Name |
Obtient le nom de l'option. (Hérité de EditorOptionDefinition<T>) |
ValueType |
Obtient le type réel de l'option. (Hérité de EditorOptionDefinition<T>) |
Méthodes
Equals(Object) |
Détermine si deux objets EditorOptionDefinition sont identiques. (Hérité de EditorOptionDefinition) |
GetHashCode() |
Obtient le code de hachage correspondant à ce type. (Hérité de EditorOptionDefinition) |
IsApplicableToScope(IPropertyOwner) |
Détermine si l'option est applicable à la portée spécifiée. |
IsValid(Object) |
Détermine si la valeur proposée est valide. (Hérité de EditorOptionDefinition<T>) |
IsValid(T) |
Détermine si la valeur proposée est valide. (Hérité de EditorOptionDefinition<T>) |