次の方法で共有


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 名前空間