Sdílet prostřednictvím


RefactoringOperation.GetRefactoringLogProperties – metoda

Při přepsání této metody páry (název vlastnosti, hodnotu vlastnosti) vrátí všechny vlastnosti, které tato operace zapíše do protokolu refactoring.

Obor názvů:  Microsoft.VisualStudio.Data.Schema.Package.Refactoring
Sestavení:  Microsoft.VisualStudio.Data.Schema.Package (v Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntaxe

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

Parametry

  • changingElementFileName
    Typ: System.String%
    Je třeba nastavit soubor, který obsahuje prvek, který změní tuto operaci.

Vrácená hodnota

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

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

RefactoringOperation Třída

Microsoft.VisualStudio.Data.Schema.Package.Refactoring – obor názvů