PreviewWindowInfo Class
This class contains all preview data for a RefactoringOperation. The preview dialog box uses the information in this class to populate the dialog box. For more information, see Create Custom Database Refactoring Types or Targets.
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.Data.Schema.Package.Refactoring.PreviewWindowInfo
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Refactoring
Assembly: Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntax
'Declaration
Public NotInheritable Class PreviewWindowInfo
public sealed class PreviewWindowInfo
public ref class PreviewWindowInfo sealed
[<Sealed>]
type PreviewWindowInfo = class end
public final class PreviewWindowInfo
The PreviewWindowInfo type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
PreviewWindowInfo | Initializes a new instance of the PreviewWindowInfo class. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
ConfirmButtonText | Gets or sets the text for the Apply button. |
![]() |
Description | Gets or sets the description of this refactoring operation. |
![]() |
HelpContext | Gets or sets the Help context for this refactoring operation. |
![]() |
TextViewDescription | Gets or sets the text view description that appears on the header of the text view in the preview dialog box. |
![]() |
Title | Gets or sets the preview dialog box title for this refactoring operation. |
![]() |
Warning | Gets or sets the warning text in the preview dialog box for this refactoring operation. |
![]() |
WarningLevel | Gets or sets the warning level for this refactoring operation. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() |
GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Reference
Microsoft.VisualStudio.Data.Schema.Package.Refactoring Namespace