TypeResolvingOptionsAttribute.TypeResolvingOptions 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 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.
public:
property System::Activities::Presentation::View::TypeResolvingOptions ^ TypeResolvingOptions { System::Activities::Presentation::View::TypeResolvingOptions ^ get(); void set(System::Activities::Presentation::View::TypeResolvingOptions ^ value); };
public System.Activities.Presentation.View.TypeResolvingOptions TypeResolvingOptions { get; set; }
member this.TypeResolvingOptions : System.Activities.Presentation.View.TypeResolvingOptions with get, set
Public Property TypeResolvingOptions As TypeResolvingOptions
Property Value
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.