Macros.Parent Eigenschaft

Definition

Ruft das unmittelbar übergeordnete Objekt eines Macros-Objekts ab.

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

Eigenschaftswert

DTE

Ein DTE-Objekt.

Attribute

Hinweise

Makros sind veraltet. Informationen zur Verwendung der Automatisierung in Visual Studio finden Sie unter Häufig gestellte Fragen : Umrechnen von Add-Ins in VSPackage-Erweiterungen.

Gilt für