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
- 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