CollectionEditor.Context プロパティ

定義

現在のコンテキストを示す型記述子を取得します。

protected:
 property System::ComponentModel::ITypeDescriptorContext ^ Context { System::ComponentModel::ITypeDescriptorContext ^ get(); };
protected System.ComponentModel.ITypeDescriptorContext Context { get; }
protected System.ComponentModel.ITypeDescriptorContext? Context { get; }
member this.Context : System.ComponentModel.ITypeDescriptorContext
Protected ReadOnly Property Context As ITypeDescriptorContext

プロパティ値

現在使用中のコンテキストを示す ITypeDescriptorContext。コンテキストがない場合は null

適用対象