HierarchyNode.GetAutomationObject Method

Gets an automation object for the current node.

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

Syntax

'宣言
Public Overridable Function GetAutomationObject As Object
'使用
Dim instance As HierarchyNode
Dim returnValue As Object

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

Return Value

Type: System.Object

[T:Microsoft.VisualStudio.Package.Automation.OAProjectItem<HierarchyNode>].

Permissions

See Also

Reference

HierarchyNode Class

HierarchyNode Members

Microsoft.VisualStudio.Package Namespace