ReferenceContainerNode.CreateComReferenceNode Method (VSCOMPONENTSELECTORDATA)

Creates a new instance of a ComReferenceNode using the supplied selector data structure.

Namespace:  Microsoft.VisualStudio.Package
Assembly:  MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)

Syntax

'宣言
Protected Overridable Function CreateComReferenceNode ( _
    selectorData As VSCOMPONENTSELECTORDATA _
) As ComReferenceNode
'使用
Dim selectorData As VSCOMPONENTSELECTORDATA
Dim returnValue As ComReferenceNode

returnValue = Me.CreateComReferenceNode(selectorData)
protected virtual ComReferenceNode CreateComReferenceNode(
    VSCOMPONENTSELECTORDATA selectorData
)
protected:
virtual ComReferenceNode^ CreateComReferenceNode(
    VSCOMPONENTSELECTORDATA selectorData
)
protected function CreateComReferenceNode(
    selectorData : VSCOMPONENTSELECTORDATA
) : ComReferenceNode

Parameters

Return Value

Type: Microsoft.VisualStudio.Package.ComReferenceNode

ComReferenceNode.

Permissions

See Also

Reference

ReferenceContainerNode Class

ReferenceContainerNode Members

CreateComReferenceNode Overload

Microsoft.VisualStudio.Package Namespace