Condividi tramite


Proprietà _Solution.Parent

Ottiene l'oggetto padre diretto di un _Solution.

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

Sintassi

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

Valore proprietà

Tipo: EnvDTE.DTE
Oggetto DTE.

Note

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

Sicurezza di .NET Framework

Vedere anche

Riferimenti

_Solution Interfaccia

Spazio dei nomi EnvDTE

Altre risorse

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