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
- 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.
See Also
Reference
Microsoft.VisualStudio.Data.Schema.Package.Refactoring Namespace