Microsoft.VisualStudio.Project.ProjectReferenceNode.CreatePropertiesObject C# (CSharp) Method

CreatePropertiesObject() protected method

protected CreatePropertiesObject ( ) : NodeProperties
return NodeProperties
        protected override NodeProperties CreatePropertiesObject()
        {
            return new ProjectReferencesProperties(this);
        }