TypePresenter::Filter Property
.NET Framework (current version)
Gets or sets the filter used to show types.
Assembly: System.Activities.Presentation (in System.Activities.Presentation.dll)
By default, the following types are shown in the type presenter/type browser
Project system case
All public types in referenced assemblies/projects
All public types in current project
Standalone XAML case (file in rehosted application/file opened in Visual Studio without solution opened)
All public types in all assemblies loaded in the AppDomain
By setting the filter property, you can limit the number of types shown in the type browser to only those types that are valid for your activity.
.NET Framework
Available since 4.0
Available since 4.0
Show: