TypePresenter::Items Property

.NET Framework (current version)
 

Gets an enumeration of wrapper types that are in the current type presenter.

Namespace:   System.Activities.Presentation.View
Assembly:  System.Activities.Presentation (in System.Activities.Presentation.dll)

public:
property IEnumerable<TypeWrapper^>^ Items {
	IEnumerable<TypeWrapper^>^ get();
}

Property Value

Type: System.Collections.Generic::IEnumerable<TypeWrapper^>^

An enumeration of wrapper types that are in the current type presenter.

.NET Framework
Available since 4.0
Return to top
Show: