ToolBoxItems.Parent Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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