ICustomTypeProvider.GetCustomType Method
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Returns a Type object that represents the run-time structure of the implementing type.
Namespace: System.Reflection
Assembly: System.Windows (in System.Windows.dll)
Syntax
'Declaration
Function GetCustomType As Type
Type GetCustomType()
Return Value
Type: System.Type
The run-time type of the object for purposes of data binding.
Remarks
This method should return a Type subclass designed to enable the run-time addition of new properties.
Version Information
Silverlight
Supported in: 5
Platforms
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.