IDynamicPropertyTypeProvider.GetPropertyType(IServiceProvider, String) 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.
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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.