Microsoft.VisualStudio.Project.ProjectNode.InitNew C# (CSharp) 메소드

InitNew() 공개 메소드

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