Partilhar via


Método RefactoringOperation.GetRefactoringLogProperties

Quando substituído, esse método retorna (nome de propriedade, o valor de propriedade) de pares de todas as propriedades que esta operação gravará no log de refatoração.

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

Sintaxe

'Declaração
Protected Overridable Function GetRefactoringLogProperties ( _
    <OutAttribute> ByRef changingElementFileName As String _
) As IDictionary(Of String, String)
protected virtual IDictionary<string, string> GetRefactoringLogProperties(
    out string changingElementFileName
)
protected:
virtual IDictionary<String^, String^>^ GetRefactoringLogProperties(
    [OutAttribute] String^% changingElementFileName
)
abstract GetRefactoringLogProperties : 
        changingElementFileName:string byref -> IDictionary<string, string> 
override GetRefactoringLogProperties : 
        changingElementFileName:string byref -> IDictionary<string, string> 
protected function GetRefactoringLogProperties(
    changingElementFileName : String
) : IDictionary<String, String>

Parâmetros

  • changingElementFileName
    Tipo: System.String%
    Deve ser definido para o arquivo que contém o elemento que é alterado por essa operação.

Valor de retorno

Tipo: System.Collections.Generic.IDictionary<String, String>

Segurança do .NET Framework

Consulte também

Referência

RefactoringOperation Classe

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