ITypeDescriptorContext.Container Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the container representing this TypeDescriptor request.
public:
property System::ComponentModel::IContainer ^ Container { System::ComponentModel::IContainer ^ get(); };
public System.ComponentModel.IContainer Container { get; }
public System.ComponentModel.IContainer? Container { get; }
member this.Container : System.ComponentModel.IContainer
Public ReadOnly Property Container As IContainer
Property Value
An IContainer with the set of objects for this TypeDescriptor; otherwise, null
if there is no container or if the TypeDescriptor does not use outside objects.
Remarks
The Container property gets the logical container of the component associated with the type descriptor.
Applies to
See also
Bekerjasama dengan kami di GitHub
Sumber untuk kandungan ini boleh didapati di GitHub, di mana anda juga boleh mencipta dan menyemak isu dan menarik permintaan. Untuk maklumat lanjut, lihat panduan penyumbang kami.