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


RefactoringOperation.ContributorInput Property

Gets the initial ContributorInput for this RefactoringOperation.

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

Syntax

'Declaration
Protected ReadOnly Property ContributorInput As ContributorInput
protected ContributorInput ContributorInput { get; }
protected:
property ContributorInput^ ContributorInput {
    ContributorInput^ get ();
}
member ContributorInput : ContributorInput
function get ContributorInput () : ContributorInput

Property Value

Type: Microsoft.VisualStudio.Data.Schema.Package.Refactoring.ContributorInput

.NET Framework Security

See Also

Reference

RefactoringOperation Class

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