共用方式為


RefactoringOperation.GetRefactoringLogProperties 方法

覆寫這個方法時,這個方法會傳回此作業將寫入至重構記錄的所有屬性組 (屬性名稱、屬性值)。

命名空間:  Microsoft.VisualStudio.Data.Schema.Package.Refactoring
組件:  Microsoft.VisualStudio.Data.Schema.Package (在 Microsoft.VisualStudio.Data.Schema.Package.dll 中)

語法

'宣告
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>

參數

  • changingElementFileName
    型別:System.String%
    應設定為包含此作業所變更項目的檔案。

傳回值

型別:System.Collections.Generic.IDictionary<String, String>

.NET Framework 安全性

請參閱

參考

RefactoringOperation 類別

Microsoft.VisualStudio.Data.Schema.Package.Refactoring 命名空間