Condividi tramite


Proprietà Commands2.Parent

Ottiene l'oggetto padre immediato di un insieme Commands.

Spazio dei nomi:  EnvDTE80
Assembly:  EnvDTE80 (in EnvDTE80.dll)

Sintassi

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

Valore proprietà

Tipo: EnvDTE.DTE
Oggetto DTE.

Implementa

Commands.Parent

Note

La proprietà Parent restituisce il primo oggetto padre per l'oggetto o l'insieme.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

Commands2 Interfaccia

Overload Parent

Spazio dei nomi EnvDTE80

Altre risorse

Procedura: compilare ed eseguire gli esempi di codice del modello a oggetti di automazione