共用方式為


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)

屬性值

屬於目前型別展示器之包裝函式型別的列舉。

適用於