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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.