RenameReferenceContributorInput.ReferencingProject Property
Gets the referencing project.
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 ReferencingProject As IDatabaseProjectNode
public IDatabaseProjectNode ReferencingProject { get; set; }
public:
property IDatabaseProjectNode^ ReferencingProject {
IDatabaseProjectNode^ get ();
void set (IDatabaseProjectNode^ value);
}
member ReferencingProject : IDatabaseProjectNode with get, set
function get ReferencingProject () : IDatabaseProjectNode
function set ReferencingProject (value : IDatabaseProjectNode)
Property Value
Type: Microsoft.VisualStudio.Data.Schema.Package.Project.IDatabaseProjectNode
Remarks
If this value is not null, that means this RenameReferenceContributorInput is generated from ReferencedProjectContributor, and this input applies only to objects inside this referenced project.
.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
Microsoft.VisualStudio.Data.Schema.Package.Sql.Refactoring Namespace