ContributorInput.RefactoringOperation Property
This property represents the RefactorOperation that is used for this ContributorInput.
Namespace: Microsoft.VisualStudio.Data.Schema.Project.Refactoring
Assembly: Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)
Syntax
'Declaration
Public Property RefactoringOperation As RefactoringOperation
'Usage
Dim instance As ContributorInput
Dim value As RefactoringOperation
value = instance.RefactoringOperation
instance.RefactoringOperation = value
public RefactoringOperation RefactoringOperation { get; set; }
public:
property RefactoringOperation^ RefactoringOperation {
RefactoringOperation^ get ();
void set (RefactoringOperation^ value);
}
public function get RefactoringOperation () : RefactoringOperation
public function set RefactoringOperation (value : RefactoringOperation)
Property Value
Type: Microsoft.VisualStudio.Data.Schema.Project.Refactoring.RefactoringOperation
RefactoringOperation The operation associated with this ContributorInput.
.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.Project.Refactoring Namespace