CallExternalMethodActivity.IDynamicPropertyTypeProvider.GetPropertyType Method

Definition

Returns the Type of the specified property.

 virtual Type ^ System.Workflow.ComponentModel.IDynamicPropertyTypeProvider.GetPropertyType(IServiceProvider ^ serviceProvider, System::String ^ propertyName) = System::Workflow::ComponentModel::IDynamicPropertyTypeProvider::GetPropertyType;
Type IDynamicPropertyTypeProvider.GetPropertyType (IServiceProvider serviceProvider, string propertyName);
abstract member System.Workflow.ComponentModel.IDynamicPropertyTypeProvider.GetPropertyType : IServiceProvider * string -> Type
override this.System.Workflow.ComponentModel.IDynamicPropertyTypeProvider.GetPropertyType : IServiceProvider * string -> Type
Function GetPropertyType (serviceProvider As IServiceProvider, propertyName As String) As Type Implements IDynamicPropertyTypeProvider.GetPropertyType

Parameters

serviceProvider
IServiceProvider

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

propertyName
String

The name of the property.

Returns

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

Implements

Remarks

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

Applies to