Condividi tramite


TypeBrowserDialog.ISite.Component Proprietà

Definizione

Ottiene il componente da associare alla finestra di dialogo del browser dei tipi.

property System::ComponentModel::IComponent ^ System::ComponentModel::ISite::Component { System::ComponentModel::IComponent ^ get(); };
System.ComponentModel.IComponent System.ComponentModel.ISite.Component { get; }
member this.System.ComponentModel.ISite.Component : System.ComponentModel.IComponent
 ReadOnly Property Component As IComponent Implements ISite.Component

Valore della proprietà

IComponent

Oggetto IComponent da associare all'oggetto TypeBrowserDialog.

Implementazioni

Commenti

Se la proprietà restituisce un valore valido, ovvero qualsiasi valore diverso da un riferimento null (Nothing in Visual Basic), il componente è stato aggiunto a TypeBrowserDialog.

Questa proprietà è necessaria affinché TypeBrowserDialog implementi l'interfaccia ISite. Per TypeBrowserDialog, TypeBrowserDialog.ISite.Component restituisce sempre un riferimento null (Nothing in Visual Basic).

Si applica a