ReferenceNode.GetAutomationObject Method

Gets the automation object associated with the node.

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

Syntax

'宣言
Public Overrides Function GetAutomationObject As Object
'使用
Dim instance As ReferenceNode
Dim returnValue As Object

returnValue = instance.GetAutomationObject()
public override Object GetAutomationObject()
public:
virtual Object^ GetAutomationObject() override
public override function GetAutomationObject() : Object

Return Value

Type: System.Object

Returns OARreferenceItem.

Permissions

See Also

Reference

ReferenceNode Class

ReferenceNode Members

Microsoft.VisualStudio.Package Namespace