'使用法 Dim instance As PropsHashTable(Of T) Dim propKey As System.Integer Dim value As T instance.SetPropValue(propKey, value)
パラメータ
- propKey
- The property key.
- value
- The property value to set.
'使用法 Dim instance As PropsHashTable(Of T) Dim propKey As System.Integer Dim value As T instance.SetPropValue(propKey, value)