Partager via


RefactoringOperation.GetRefactoringLogProperties, méthode

En cas de substitution, cette méthode retourne les paires (nom de propriété, valeur de propriété) de toutes les propriétés que cette opération écrira dans le journal de refactorisation.

Espace de noms :  Microsoft.VisualStudio.Data.Schema.Package.Refactoring
Assembly :  Microsoft.VisualStudio.Data.Schema.Package (dans Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntaxe

'Déclaration
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>

Paramètres

  • changingElementFileName
    Type : System.String%
    Doit être défini sur le fichier qui contient l'élément modifié par cette opération.

Valeur de retour

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

Sécurité .NET Framework

Voir aussi

Référence

RefactoringOperation Classe

Microsoft.VisualStudio.Data.Schema.Package.Refactoring, espace de noms