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
- 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