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)

プロパティ値

現在の型発表者にあるラッパー型の列挙型。

適用対象