Microsoft.VisualStudio.Project.ProjectNode.InitNew C# (CSharp) Méthode

InitNew() public méthode

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