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
Samarbejd med os på GitHub
Kilden til dette indhold kan findes på GitHub, hvor du også kan oprette og gennemse problemer og pullanmodninger. Du kan få flere oplysninger i vores vejledning til bidragydere.