ToolBoxItems.Parent Property

Definition

Gets the immediate parent object of a ToolBoxItems object.

public:
 property EnvDTE::ToolBoxTab ^ Parent { EnvDTE::ToolBoxTab ^ get(); };
public:
 property EnvDTE::ToolBoxTab ^ Parent { EnvDTE::ToolBoxTab ^ get(); };
[System.Runtime.InteropServices.DispId(1)]
public EnvDTE.ToolBoxTab Parent { [System.Runtime.InteropServices.DispId(1)] get; }
[<System.Runtime.InteropServices.DispId(1)>]
[<get: System.Runtime.InteropServices.DispId(1)>]
member this.Parent : EnvDTE.ToolBoxTab
Public ReadOnly Property Parent As ToolBoxTab

Property Value

A ToolBoxTab object.

Attributes

Applies to