RefactoringOperation.GetRefactoringLogProperties (Método)

Cuando se invalida, este método devuelve pares de todas las propiedades (nombre de propiedad, valor de propiedad) que esta operación escribirá en el registro de refactorización.

Espacio de nombres:  Microsoft.VisualStudio.Data.Schema.Package.Refactoring
Ensamblado:  Microsoft.VisualStudio.Data.Schema.Package (en Microsoft.VisualStudio.Data.Schema.Package.dll)

Sintaxis

'Declaración
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%
    Se debe establecer en el archivo que contiene el elemento modificado por esta operación.

Valor devuelto

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

Seguridad de .NET Framework

Vea también

Referencia

RefactoringOperation Clase

Microsoft.VisualStudio.Data.Schema.Package.Refactoring (Espacio de nombres)