TypePresenter.Items プロパティ

定義

現在の型プレゼンター内にあるラッパー型の列挙を取得します。

public:
 property System::Collections::Generic::IEnumerable<System::Activities::Presentation::View::TypeWrapper ^> ^ Items { System::Collections::Generic::IEnumerable<System::Activities::Presentation::View::TypeWrapper ^> ^ get(); };
public System.Collections.Generic.IEnumerable<System.Activities.Presentation.View.TypeWrapper> Items { get; }
member this.Items : seq<System.Activities.Presentation.View.TypeWrapper>
Public ReadOnly Property Items As IEnumerable(Of TypeWrapper)

プロパティ値

現在の型プレゼンター内にあるラッパー型の列挙。

適用対象