Share via


RenameReferenceContributorInput.RefactorIntoWarningObject Property

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

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
Public Property RefactorIntoWarningObject As Boolean
    Get
    Set
'Usage
Dim instance As RenameReferenceContributorInput
Dim value As Boolean

value = instance.RefactorIntoWarningObject

instance.RefactorIntoWarningObject = value
public bool RefactorIntoWarningObject { get; set; }
public:
property bool RefactorIntoWarningObject {
    bool get ();
    void set (bool value);
}
function get RefactorIntoWarningObject () : boolean
function set RefactorIntoWarningObject (value : boolean)
member RefactorIntoWarningObject : bool with get, set

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

RenameReferenceContributorInput Class

RenameReferenceContributorInput Members

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