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)

属性值

一个包装类型枚举,这些包装类型包含在当前类型演示器中。

适用于