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
Samarbeid med oss på GitHub
Du finner kilden for dette innholdet på GitHub. Der du også kan opprette og se gjennom problemer og pull-forespørsler. Hvis du vil ha mer informasjon, kan du se vår bidragsyterveiledning.