ProjectNode.GetReferenceContainer Method

Gets the reference container node.

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

Syntax

'宣言
Public Function GetReferenceContainer As IReferenceContainer
'使用
Dim instance As ProjectNode
Dim returnValue As IReferenceContainer

returnValue = instance.GetReferenceContainer()
public IReferenceContainer GetReferenceContainer()
public:
virtual IReferenceContainer^ GetReferenceContainer() sealed
public final function GetReferenceContainer() : IReferenceContainer

Return Value

Type: Microsoft.VisualStudio.Package.IReferenceContainer

The node in the hierarchy that is an IReferenceContainer.

Implements

IReferenceContainerProvider.GetReferenceContainer()

Permissions

See Also

Reference

ProjectNode Class

ProjectNode Members

Microsoft.VisualStudio.Package Namespace