Microsoft.VisualStudio.Project.ReferenceContainerNode.CreateReferenceNode C# (CSharp) Method

CreateReferenceNode() protected method

protected CreateReferenceNode ( VSCOMPONENTSELECTORDATA selectorData ) : ReferenceNode
selectorData VSCOMPONENTSELECTORDATA
return ReferenceNode
        protected virtual ReferenceNode CreateReferenceNode(VSCOMPONENTSELECTORDATA selectorData)
        {
            return CreateReferenceNode(selectorData, null);
        }

Same methods

ReferenceContainerNode::CreateReferenceNode ( VSCOMPONENTSELECTORDATA selectorData, string wrapperTool ) : ReferenceNode
ReferenceContainerNode::CreateReferenceNode ( string referenceType, ProjectElement element ) : ReferenceNode