RefactoringOperation.HasPreviewWindow, propriété
Obtient ou définit une valeur qui indique si la fenêtre d'aperçu standard est affichée.
Espace de noms : Microsoft.VisualStudio.Data.Schema.Package.Refactoring
Assembly : Microsoft.VisualStudio.Data.Schema.Package (dans Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntaxe
'Déclaration
Public Property HasPreviewWindow As Boolean
Get
Protected Set
public bool HasPreviewWindow { get; protected set; }
public:
property bool HasPreviewWindow {
bool get ();
protected: void set (bool value);
}
member HasPreviewWindow : bool with get, set
function get HasPreviewWindow () : boolean
protected function set HasPreviewWindow (value : boolean)
Valeur de propriété
Type : System.Boolean
Notes
En affectant à cette propriété la valeur false, les opérations de refactorisation dérivées peuvent choisir de ne pas afficher la fenêtre d'aperçu.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
Microsoft.VisualStudio.Data.Schema.Package.Refactoring, espace de noms