Delen via


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

See Also

Reference

NodeAttributesChangedEventArgs Class

Microsoft.VisualStudio.Data.Schema.Package.Project Namespace