Share via


RenameReferenceContributorInput Members

Include Protected Members
Include Inherited Members

Represents rename operation reference input.

The RenameReferenceContributorInput type exposes the following members.

Constructors

 

Name

Description

Public method

RenameReferenceContributorInput

Overloaded. Initializes a new instance of the RenameReferenceContributorInput class.

Top

Methods

 

Name

Description

Public method

Equals

Returns whether the specified object equals the current object. (Overrides ContributorInput.Equals(Object).)

Protected method

Finalize

Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)

Public method

GetHashCode

Returns the hash code value. (Overrides ContributorInput.GetHashCode().)

Public method

GetType

Gets the type of the current instance. (Inherited from Object.)

Protected method

MemberwiseClone

Creates a shallow copy of the current Object. (Inherited from Object.)

Public method

ToString

Returns a string that represents the current object. (Inherited from Object.)

Top

Properties

 

Name

Description

Public property

ModelElement

Gets the schema identifier for the selected schema object.

Public property

NewName

Gets the new name for the selected schema object.

Public property

OldName

Gets the old schema object name.

Public property

RefactoringOperation

This property represents the RefactorOperation that is used for this ContributorInput. (Inherited from ContributorInput.)

Public property

RefactorIntoWarningObject

Gets or sets whether to refactor objects with warning or error status as long as they are P2 parsed or re-do P2.

Public property

UseDefaultSchema

Gets or sets whether to use default schema in the project system while analyzing scripts and unit tests.

Top

See Also

Reference

RenameReferenceContributorInput Class

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