RefactoringContributor.WriteContributorInputLogData Method

Derived classes can override this method to write log data of the generated propagating input that is generated by this refactoring contributor.

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

Syntax

'Declaration
Protected Friend Overridable Sub WriteContributorInputLogData ( _
    writer As XmlWriter, _
    input As ContributorInput _
)
'Usage
Dim writer As XmlWriter
Dim input As ContributorInput

Me.WriteContributorInputLogData(writer, _
    input)
protected internal virtual void WriteContributorInputLogData(
    XmlWriter writer,
    ContributorInput input
)
protected public:
virtual void WriteContributorInputLogData(
    XmlWriter^ writer, 
    ContributorInput^ input
)
 function WriteContributorInputLogData(
    writer : XmlWriter, 
    input : ContributorInput
)
abstract WriteContributorInputLogData : 
        writer:XmlWriter * 
        input:ContributorInput -> unit 
override WriteContributorInputLogData : 
        writer:XmlWriter * 
        input:ContributorInput -> unit 

Parameters

Remarks

Note that the method has protected internal access.

.NET Framework Security

See Also

Reference

RefactoringContributor Class

RefactoringContributor Members

Microsoft.VisualStudio.Data.Schema.Project.Refactoring Namespace