TypePresenter.Items Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets an enumeration of wrapper types that are in the current type presenter.
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)
Property Value
An enumeration of wrapper types that are in the current type presenter.
Applies to
Werk met ons samen op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en bekijken. Raadpleeg onze gids voor inzenders voor meer informatie.