Share via


RenameReferenceContributorInput Class

Represents rename operation reference input.

This API is not CLS-compliant. 

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

Syntax

'Declaration
<CLSCompliantAttribute(False)> _
Public NotInheritable Class RenameReferenceContributorInput _
    Inherits ContributorInput
'Usage
Dim instance As RenameReferenceContributorInput
[CLSCompliantAttribute(false)]
public sealed class RenameReferenceContributorInput : ContributorInput
[CLSCompliantAttribute(false)]
public ref class RenameReferenceContributorInput sealed : public ContributorInput
public final class RenameReferenceContributorInput extends ContributorInput

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.Data.Schema.Project.Refactoring.ContributorInput
    Microsoft.VisualStudio.Data.Schema.Project.Sql.Refactoring.Rename.RenameReferenceContributorInput

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

RenameReferenceContributorInput Members

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