TypeResolvingOptions Constructors
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.
Creates an instance of the TypeResolvingOptions class.
Overloads
TypeResolvingOptions() |
Creates an instance of the TypeResolvingOptions class. |
TypeResolvingOptions(IEnumerable<Type>) |
Creates an instance of the TypeResolvingOptions class. |
TypeResolvingOptions()
Creates an instance of the TypeResolvingOptions class.
public:
TypeResolvingOptions();
public TypeResolvingOptions ();
Public Sub New ()
Applies to
TypeResolvingOptions(IEnumerable<Type>)
Creates an instance of the TypeResolvingOptions class.
public:
TypeResolvingOptions(System::Collections::Generic::IEnumerable<Type ^> ^ defaultTypes);
public TypeResolvingOptions (System.Collections.Generic.IEnumerable<Type> defaultTypes);
new System.Activities.Presentation.View.TypeResolvingOptions : seq<Type> -> System.Activities.Presentation.View.TypeResolvingOptions
Public Sub New (defaultTypes As IEnumerable(Of Type))
Parameters
- defaultTypes
- IEnumerable<Type>
The default types in the TypePresenter control.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.