Поделиться через


RefactoringOperation.GetRefactoringLogProperties Method

When overridden, this method returns (property name, property value) pairs of all properties that this operation will write into the refactoring log.

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>

Parameters

  • changingElementFileName
    Type: System.String%
    Should be set to the file that contains the element that is changed by this operation.

Return Value

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

.NET Framework Security

See Also

Reference

RefactoringOperation Class

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