Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

TypeResolvingOptionsAttribute::TypeResolvingOptions Property

.NET Framework (current version)
 

Gets or sets the options used to configure how a Windows Workflow Designer initializes type-resolver and type-browser dialogs to enable a user to select a type for arguments, variables, and generic type activities.

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

public:
property TypeResolvingOptions^ TypeResolvingOptions {
	TypeResolvingOptions^ get();
	void set(TypeResolvingOptions^ value);
}

Property Value

Type: System.Activities.Presentation.View::TypeResolvingOptions^

An instance of TypeResolvingOptions that specifies the options available for how a Workflow Designer initializes type-resolver and type-browser dialogs to enable a user to select a type for arguments, variables, and generic type activities.

.NET Framework
Available since 4.0
Return to top
Show:
© 2017 Microsoft