Share via


IDatabaseNode.NodeProperties Property

Gets the properties that are associated with this node.

Namespace:  Microsoft.VisualStudio.Data.Schema.Package.Project
Assembly:  Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntax

'Declaration
ReadOnly Property NodeProperties As Object
Object NodeProperties { get; }
property Object^ NodeProperties {
    Object^ get ();
}
abstract NodeProperties : Object
function get NodeProperties () : Object

Property Value

Type: System.Object
The properties for this object, which are used to populate the Properties window.

Remarks

This is a basic property bag object that might also implement IInternalExtenderProvider so that other property bags can be attached.

.NET Framework Security

See Also

Reference

IDatabaseNode Interface

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