Creates a reference container node.
Namespace: Microsoft.VisualStudio.Package
Assembly: MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)
Syntax
'宣言
Protected Overridable Function CreateReferenceContainerNode As ReferenceContainerNode
'使用
Dim returnValue As ReferenceContainerNode
returnValue = Me.CreateReferenceContainerNode()
protected virtual ReferenceContainerNode CreateReferenceContainerNode()
protected:
virtual ReferenceContainerNode^ CreateReferenceContainerNode()
protected function CreateReferenceContainerNode() : ReferenceContainerNode
Return Value
Type: Microsoft.VisualStudio.Package.ReferenceContainerNode
A ReferenceContainerNode object.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.