ProjectNode.GetAutomationObject Method

Gets an automation object for this node.

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

Syntax

'宣言
Public Overrides Function GetAutomationObject As Object
'使用
Dim instance As ProjectNode
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

An instance of a Project implementation object representing the automation object for the project.

Permissions

See Also

Reference

ProjectNode Class

ProjectNode Members

Microsoft.VisualStudio.Package Namespace