Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- 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
Microsoft.VisualStudio.Data.Schema.Package.Project Namespace