VsTeXProject.VisualStudio.Project.ProjectNode.SetInnerProject C# (CSharp) Method

SetInnerProject() public method

We are always the inner most part of the aggregation and as such we don't support setting an inner project
public SetInnerProject ( object innerProject ) : int
innerProject object
return int
        public int SetInnerProject(object innerProject)
        {
            return VSConstants.E_NOTIMPL;
        }
ProjectNode