Proprietà UIHierarchyItem.Object

Ottiene un oggetto accessibile al nome in fase di esecuzione.

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

Sintassi

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

Valore proprietà

Tipo: System.Object
Un oggetto accessibile al nome in fase di esecuzione.

Note

Object restituisce l'oggetto associato all'elemento.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

UIHierarchyItem Interfaccia

Spazio dei nomi EnvDTE

Altre risorse

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