Поделиться через


RefactoringOperation.HasPreviewWindow Property

Gets or sets a value that indicates whether the standard Preview window is displayed.

Namespace:  Microsoft.VisualStudio.Data.Schema.Package.Refactoring
Assembly:  Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntax

'Declaration
Public Property HasPreviewWindow As Boolean
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)

Property Value

Type: System.Boolean

Remarks

By setting this property to false, derived refactoring operations can choose not to display the Preview window.

.NET Framework Security

See Also

Reference

RefactoringOperation Class

Microsoft.VisualStudio.Data.Schema.Package.Refactoring Namespace