ComposablePartCatalog.Parts プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
カタログに格納されているパーツ定義を取得します。
public:
virtual property System::Linq::IQueryable<System::ComponentModel::Composition::Primitives::ComposablePartDefinition ^> ^ Parts { System::Linq::IQueryable<System::ComponentModel::Composition::Primitives::ComposablePartDefinition ^> ^ get(); };
public:
abstract property System::Linq::IQueryable<System::ComponentModel::Composition::Primitives::ComposablePartDefinition ^> ^ Parts { System::Linq::IQueryable<System::ComponentModel::Composition::Primitives::ComposablePartDefinition ^> ^ get(); };
public virtual System.Linq.IQueryable<System.ComponentModel.Composition.Primitives.ComposablePartDefinition> Parts { get; }
public abstract System.Linq.IQueryable<System.ComponentModel.Composition.Primitives.ComposablePartDefinition> Parts { get; }
member this.Parts : System.Linq.IQueryable<System.ComponentModel.Composition.Primitives.ComposablePartDefinition>
Public Overridable ReadOnly Property Parts As IQueryable(Of ComposablePartDefinition)
Public MustOverride ReadOnly Property Parts As IQueryable(Of ComposablePartDefinition)
プロパティ値
ComposablePartDefinition に格納されている ComposablePartCatalog を返します。
例外
ComposablePartCatalog オブジェクトは破棄されました。
注釈
このプロパティのオーバーライドでは、 が返 null
されることはありません。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET