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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.