PexObserve.IsInlineValidationSupported(Type) Method
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.
Determines whether inline validation can be applied to this type.
public:
static bool IsInlineValidationSupported(Type ^ type);
public static bool IsInlineValidationSupported (Type type);
static member IsInlineValidationSupported : Type -> bool
Public Shared Function IsInlineValidationSupported (type As Type) As Boolean
Parameters
- type
- Type
The type.
Returns
Returns true
if inline validation can be applied to type
and false
otherwise.