BlueprintNode.GetParentInternal Method

This API supports the Visual Studio Tools for Applications infrastructure and is not intended to be used directly from your code.

Namespace:  Microsoft.VisualStudio.Tools.Applications.ProgrammingModel.Internal
Assembly:  Microsoft.VisualStudio.Tools.Applications.ProgrammingModel (in Microsoft.VisualStudio.Tools.Applications.ProgrammingModel.dll)

Syntax

'Declaration
Protected Friend Function GetParentInternal As Object
'Usage
Dim returnValue As Object 

returnValue = Me.GetParentInternal()
protected internal Object GetParentInternal()
protected public:
Object^ GetParentInternal()
protected internal function GetParentInternal() : Object

Return Value

Type: System.Object

.NET Framework Security

See Also

Reference

BlueprintNode Class

BlueprintNode Members

Microsoft.VisualStudio.Tools.Applications.ProgrammingModel.Internal Namespace