RefactoringOperation.HasPreviewWindow Property
Gets or sets a value indicating whether the standard Preview window is displayed.
Namespace: Microsoft.VisualStudio.Data.Schema.Project.Refactoring
Assembly: Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)
Syntax
'Declaration
Public Property HasPreviewWindow As Boolean
'Usage
Dim instance As RefactoringOperation
Dim value As Boolean
value = instance.HasPreviewWindow
instance.HasPreviewWindow = value
public bool HasPreviewWindow { get; protected set; }
public:
property bool HasPreviewWindow {
bool get ();
void set (bool value);
}
public function get HasPreviewWindow () : boolean
public function set HasPreviewWindow (value : boolean)
Property Value
Type: System.Boolean
[System.Boolean] is TRUE if the Preview window should be displayed.
Remarks
By setting this value to FALSE, you can specify that the Preview window is not displayed for certain refactoring operations.
.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.Project.Refactoring Namespace