TypeResolvingOptions Class
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.
Provides the options available for resolving types used by the TypePresenter.
public ref class TypeResolvingOptions
public class TypeResolvingOptions
type TypeResolvingOptions = class
Public Class TypeResolvingOptions
- Inheritance
-
TypeResolvingOptions
Constructors
TypeResolvingOptions() |
Creates an instance of the TypeResolvingOptions class. |
TypeResolvingOptions(IEnumerable<Type>) |
Creates an instance of the TypeResolvingOptions class. |
Properties
BrowseTypeDirectly |
Gets or sets a value that indicates whether the TypePresenter control should show the type browser directly when a user tries to select a type. |
Filter |
Gets or sets a filter used to filter types in the TypePresenter control. |
Methods
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |