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
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
.NET