RefactoringPreviewGroup Class

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

Namespace:  Microsoft.VisualStudio.Data.Schema.Project.Refactoring
Assembly:  Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)

Syntax

'Declaration
Public NotInheritable Class RefactoringPreviewGroup
'Usage
Dim instance As RefactoringPreviewGroup
public sealed class RefactoringPreviewGroup
public ref class RefactoringPreviewGroup sealed
public final class RefactoringPreviewGroup
[<SealedAttribute>]
type RefactoringPreviewGroup =  class end

Remarks

The RefactoringPreviewGroup object only contains group information. The RefactoringPreviewGroup object does not know the list of changes that will be applied for that group.

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.Data.Schema.Project.Refactoring.RefactoringPreviewGroup

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

RefactoringPreviewGroup Members

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