RenameReferenceContributorInput.RefactorIntoWarningObject Property
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Sql.Refactoring
Assembly: Microsoft.VisualStudio.Data.Schema.Package.Sql (in Microsoft.VisualStudio.Data.Schema.Package.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);
}
member RefactorIntoWarningObject : bool with get, set
function get RefactorIntoWarningObject () : boolean
function set RefactorIntoWarningObject (value : boolean)
Property Value
Type: Boolean
.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
RenameReferenceContributorInput Class
RenameReferenceContributorInput Members
Microsoft.VisualStudio.Data.Schema.Package.Sql.Refactoring Namespace