Partilhar via


Propriedade ContributorInput.RefactoringOperation

Essa propriedade representa a operação de refatoração para o qual essa ContributorInput é usado.

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

Sintaxe

'Declaração
Public Property RefactoringOperation As RefactoringOperation
    Get
    Set
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)

Valor de propriedade

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

Segurança do .NET Framework

Consulte também

Referência

ContributorInput Classe

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