Share via


IDatabaseNode.Id Property

Gets the unique identifier for this node in Solution Explorer.

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

Syntax

'Declaration
ReadOnly Property Id As UInteger
uint Id { get; }
property unsigned int Id {
    unsigned int get ();
}
abstract Id : uint32
function get Id () : uint

Property Value

Type: System.UInt32

Remarks

This identifier is identical to the identifier used by IVsHierarchy.

.NET Framework Security

See Also

Reference

IDatabaseNode Interface

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