Microsoft.VisualStudio.Project.ReferenceContainerNode.CreateReferenceNode C# (CSharp) 메소드

CreateReferenceNode() 보호된 메소드

protected CreateReferenceNode ( VSCOMPONENTSELECTORDATA selectorData ) : ReferenceNode
selectorData VSCOMPONENTSELECTORDATA
리턴 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