次の方法で共有


PexObserve.IsInlineValidationSupported(Type) Method

Definition

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.

Applies to