just used for tagged on the DynamicPropertyBase.Properties property
DynamicMetadataAttribute
01 Syntax
Microsoft.VisualBasic.ComponentModel.DataSourceModel.DynamicMetadataAttribute
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| GetMetadata | 2 | find the first PropertyInfo which is tagged with DynamicMetadataAttribute |
| ToString | 1 |
03 Members
GetMetadata(
IEnumerable(Of PropertyInfo))find the first PropertyInfo which is tagged with DynamicMetadataAttribute
Parameters
| Name | Type | Description |
|---|---|---|
properties | IEnumerable(Of PropertyInfo) | - |
GetMetadata(
Type)get the target DynamicPropertyBase.Properties its PropertyInfo
Parameters
| Name | Type | Description |
|---|---|---|
type | Type | - |
ToString()