[]
Gets the value of the specified property by index.
public T GetComObjectValue<T>(int index) where T : ComObject
Public Function GetComObjectValue(Of T As ComObject)(index As Integer) As T
| Type | Name | Description |
|---|---|---|
| int | index | The index of the property from which the data is to be obtained. |
| Type | Description |
|---|---|
| T | The value of the specified property by index. |
| Name | Description |
|---|---|
| T |