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
Συνεργαστείτε μαζί μας στο GitHub
Μπορείτε να βρείτε την πηγή για αυτό το περιεχόμενο στο GitHub, όπου μπορείτε επίσης να δημιουργήσετε και να εξετάσετε ζητήματα και αιτήματα έλξης. Για περισσότερες πληροφορίες, ανατρέξτε στον οδηγό συνεργατών.