Share via


RefactoringPreviewGroup Members

Include Protected Members
Include Inherited Members

Captures the check box setting, friendly name, and other information for a refactoring preview group.

The RefactoringPreviewGroup type exposes the following members.

Constructors

  Name Description
Public method RefactoringPreviewGroup Initializes a new instance of the RefactoringPreviewGroup class.

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 attempt to free resources and perform other cleanup operations before the Object 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 methodStatic member RegisterIcon Associates an icon with a file name extension for display in the Preview dialog box.
Public method RegisterLanguageService Associates a language service with a file extension.
Public method ToString Returns a String that represents the current Object. (Inherited from Object.)

Top

Properties

  Name Description
Public property DefaultChecked Gets or sets whether the check box associated with the changes in this preview group should be selected by default.
Public property Description Gets or sets the description that is displayed in the tool tip for this preview group.
Public property EnableChangeGroupUncheck Gets or sets whether this preview group has a check box that enables the user to include or exclude this group of changes.
Public property EnableChangeUncheck Gets or sets whether each change within this preview group has a check box that enables the user to include or exclude that change.
Public property IncludeInCurrentProject Gets or sets whether this preview group appears even if it has no associated changes.
Public property Name Gets the friendly name that appears in the Preview dialog box for this preview group.
Public property WarningMessage Gets or sets a warning message that informs the user about what should be expected when the user applies the changes contained in this preview group.

Top

See Also

Reference

RefactoringPreviewGroup Class

Microsoft.VisualStudio.Data.Schema.Project.Refactoring Namespace