Engine.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 Engine object.
public:
property EnvDTE80::Transport ^ Parent { EnvDTE80::Transport ^ get(); };
public:
property EnvDTE80::Transport ^ Parent { EnvDTE80::Transport ^ get(); };
[System.Runtime.InteropServices.DispId(201)]
public EnvDTE80.Transport Parent { [System.Runtime.InteropServices.DispId(201)] get; }
[<System.Runtime.InteropServices.DispId(201)>]
[<get: System.Runtime.InteropServices.DispId(201)>]
member this.Parent : EnvDTE80.Transport
Public ReadOnly Property Parent As Transport
Property Value
A Transport object.
- Attributes