WindowConfigurations.Parent Property

Gets the immediate parent object of a WindowConfigurations collection.

Namespace:  EnvDTE
Assembly:  EnvDTE (in EnvDTE.dll)

Syntax

'Declaration
ReadOnly Property Parent As DTE
DTE Parent { get; }
property DTE^ Parent {
    DTE^ get ();
}
abstract Parent : DTE
function get Parent () : DTE

Property Value

Type: EnvDTE.DTE
A DTE object.

.NET Framework Security

See Also

Reference

WindowConfigurations Interface

EnvDTE Namespace

Other Resources

How to: Compile and Run the Automation Object Model Code Examples