Microsoft.VisualStudio.Project.ProjectNode.Initialize C# (CSharp) Method

Initialize() private method

Initialize projectNode
private Initialize ( ) : void
return void
        private void Initialize()
        {
            this.ID = VSConstants.VSITEMID_ROOT;
            this.tracker = new TrackDocumentsHelper(this);
        }
ProjectNode