Namespace: Dapfor.Net.UiAssembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)
Syntax
C# |
---|
public static Header FromPropertyDescriptorCollection(
PropertyDescriptorCollection propertyCollecion
) |
Visual Basic |
---|
Public Shared Function FromPropertyDescriptorCollection (
propertyCollecion As PropertyDescriptorCollection
) As Header |
Visual C++ |
---|
public:
static Header^ FromPropertyDescriptorCollection(
PropertyDescriptorCollection^ propertyCollecion
) |
F# |
---|
static member FromPropertyDescriptorCollection :
propertyCollecion : PropertyDescriptorCollection -> Header
|
Parameters
- propertyCollecion
- Type: System.ComponentModel..::..PropertyDescriptorCollection
Collection of PropertyDescriptors.
Return Value
Type:
HeaderA
Header's instance
See Also