Microsoft.VisualStudio.Project.ReferenceContainerNode.CreateReferenceNode C# (CSharp) Méthode

CreateReferenceNode() protected méthode

protected CreateReferenceNode ( VSCOMPONENTSELECTORDATA selectorData ) : ReferenceNode
selectorData VSCOMPONENTSELECTORDATA
Résultat 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