'Declaration Public Shared Function GetViewForField( _
ByVal fieldTypeType of form field.As System.Type _
) As System.Type
public static System.Type GetViewForField(
System.Type fieldType
)
public: static System.Type* GetViewForField(
System.Type* fieldType
)
public:
static System.Type^ GetViewForField(
System.Type^ fieldType
)
Parameters
- fieldType
- Type of form field.
Return Value
Type of form field view if view for the form field is registered; otherwise, null.