Freigeben über


RefactoringOperation.GetRefactoringLogProperties-Methode

Die Überschreibung dieser Methode gibt Name-Wert-Paare aller Eigenschaften zurück, die von diesem Vorgang in das Umgestaltungsprotokoll geschrieben werden.

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

Syntax

'Declaration
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>

Parameter

  • changingElementFileName
    Typ: System.String%
    Sollte auf die Datei festgelegt werden, die das von diesem Vorgang geänderte Element enthält.

Rückgabewert

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

.NET Framework-Sicherheit

Siehe auch

Referenz

RefactoringOperation Klasse

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