NodeAttributesChangedEventArgs.Node Property
Gets or sets the node whose attributes have changed.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Project
Assembly: Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntax
'Declaration
Public Property Node As IDatabaseNode
public IDatabaseNode Node { get; private set; }
public:
property IDatabaseNode^ Node {
IDatabaseNode^ get ();
private: void set (IDatabaseNode^ value);
}
member Node : IDatabaseNode with get, private set
function get Node () : IDatabaseNode
private function set Node (value : IDatabaseNode)
Property Value
Type: Microsoft.VisualStudio.Data.Schema.Package.Project.IDatabaseNode
.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
NodeAttributesChangedEventArgs Class
Microsoft.VisualStudio.Data.Schema.Package.Project Namespace