Share via


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
Public method PreviewWindowInfo Initializes a new instance of the PreviewWindowInfo class.

Top

Properties

  Name Description
Public property ConfirmButtonText Gets or sets the text for the Apply button.
Public property Description Gets or sets the description of this refactoring operation.
Public property HelpContext Gets or sets the Help context for this refactoring operation.
Public property TextViewDescription Gets or sets the text view description that appears on the header of the text view in the preview dialog box.
Public property Title Gets or sets the preview dialog box title for this refactoring operation.
Public property Warning Gets or sets the warning text in the preview dialog box for this refactoring operation.
Public property WarningLevel Gets or sets the warning level for this refactoring operation.

Top

Methods

  Name Description
Public method Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method 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