Modifier

IDynamicPropertyTypeProvider.GetPropertyType(IServiceProvider, String) Method

Definition

Returns the Type of the specified property.

public:
 Type ^ GetPropertyType(IServiceProvider ^ serviceProvider, System::String ^ propertyName);
public Type GetPropertyType (IServiceProvider serviceProvider, string propertyName);
abstract member GetPropertyType : IServiceProvider * string -> Type
Public Function GetPropertyType (serviceProvider As IServiceProvider, propertyName As String) As Type

Parameters

serviceProvider
IServiceProvider

An object that implements IServiceProvider to provide access to design-time services if they are needed.

propertyName
String

The name of the property.

Returns

The Type for the property whose name is passed as the propertyName parameter.

Remarks

Used at compile time to validate if the properties are correctly bound to one other.

Applies to