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 | |
---|---|---|
RefactoringPreviewGroup | Initializes a new instance of the RefactoringPreviewGroup class. |
Top
Methods
Name | Description | |
---|---|---|
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
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.) | |
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.) | |
RegisterIcon | Associates an icon with a file name extension for display in the Preview dialog box. | |
RegisterLanguageService | Associates a language service with a file extension. | |
ToString | Returns a String that represents the current Object. (Inherited from Object.) |
Top
Properties
Name | Description | |
---|---|---|
DefaultChecked | Gets or sets whether the check box associated with the changes in this preview group should be selected by default. | |
Description | Gets or sets the description that is displayed in the tool tip for this preview group. | |
EnableChangeGroupUncheck | Gets or sets whether this preview group has a check box that enables the user to include or exclude this group of changes. | |
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. | |
IncludeInCurrentProject | Gets or sets whether this preview group appears even if it has no associated changes. | |
Name | Gets the friendly name that appears in the Preview dialog box for this preview group. | |
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
Microsoft.VisualStudio.Data.Schema.Project.Refactoring Namespace