Partager via


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

Voir aussi

Référence

RefactoringOperation Classe

Microsoft.VisualStudio.Data.Schema.Package.Refactoring, espace de noms