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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.Data.Schema.Package.Refactoring Namespace