PropertyChangingEventArgs.DatabaseProjectNode Property
Gets or sets the initiator of the event if the property is a project property; otherwise, this property is null.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Project
Assembly: Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntax
'Declaration
Public Property DatabaseProjectNode As IDatabaseProjectNode
public IDatabaseProjectNode DatabaseProjectNode { get; private set; }
public:
property IDatabaseProjectNode^ DatabaseProjectNode {
IDatabaseProjectNode^ get ();
private: void set (IDatabaseProjectNode^ value);
}
member DatabaseProjectNode : IDatabaseProjectNode with get, private set
function get DatabaseProjectNode () : IDatabaseProjectNode
private function set DatabaseProjectNode (value : IDatabaseProjectNode)
Property Value
Type: Microsoft.VisualStudio.Data.Schema.Package.Project.IDatabaseProjectNode
.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
PropertyChangingEventArgs Class
Microsoft.VisualStudio.Data.Schema.Package.Project Namespace