Delen via


ContributorInput.RefactoringOperation Property

This property represents the refactoring operation for which this ContributorInput is used.

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

Syntax

'Declaration
Public Property RefactoringOperation As RefactoringOperation
public RefactoringOperation RefactoringOperation { get; set; }
public:
property RefactoringOperation^ RefactoringOperation {
    RefactoringOperation^ get ();
    void set (RefactoringOperation^ value);
}
member RefactoringOperation : RefactoringOperation with get, set
function get RefactoringOperation () : RefactoringOperation
function set RefactoringOperation (value : RefactoringOperation)

Property Value

Type: Microsoft.VisualStudio.Data.Schema.Package.Refactoring.RefactoringOperation

.NET Framework Security

See Also

Reference

ContributorInput Class

Microsoft.VisualStudio.Data.Schema.Package.Refactoring Namespace