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

InitNew() public method

public InitNew ( uint formatIndex ) : int
formatIndex uint
return int
        public virtual int InitNew(uint formatIndex)
        {
            return VSConstants.S_OK;
        }
ProjectNode