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
Get
Protected Set
'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 ();
protected: void set (bool value);
}
function get HasPreviewWindow () : boolean
protected function set HasPreviewWindow (value : boolean)
member HasPreviewWindow : bool with get, set
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.
Set property is protected.
.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