Microsoft.VisualStudio.Project.NestedProjectBuildDependency.get_ReferredProject C# (CSharp) Method

get_ReferredProject() public method

public get_ReferredProject ( object &unknownProject ) : int
unknownProject object
return int
        public virtual int get_ReferredProject(out object unknownProject)
        {
            unknownProject = this.dependentHierarchy;

            return (unknownProject == null) ? VSConstants.E_FAIL : VSConstants.S_OK;
        }