RefactoringContributor.PreviewGroup Property
Gets or sets the refactoring preview group instance that is associated with the ChangeProposals that is returned by this contributor.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Refactoring
Assembly: Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntax
'Declaration
Public MustOverride Property PreviewGroup As RefactoringPreviewGroup
public abstract RefactoringPreviewGroup PreviewGroup { get; set; }
public:
virtual property RefactoringPreviewGroup^ PreviewGroup {
RefactoringPreviewGroup^ get () abstract;
void set (RefactoringPreviewGroup^ value) abstract;
}
abstract PreviewGroup : RefactoringPreviewGroup with get, set
abstract function get PreviewGroup () : RefactoringPreviewGroup
abstract function set PreviewGroup (value : RefactoringPreviewGroup)
Property Value
Type: Microsoft.VisualStudio.Data.Schema.Package.Refactoring.RefactoringPreviewGroup
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.Data.Schema.Package.Refactoring Namespace