Gets the value of the specified property by name.
'宣言
Public Function GetComObjectValueByName(Of As ComObject)( _
ByVal As System.String _
) As
public GetComObjectValueByName<>(
System.string
)
where T: ComObject
パラメータ
- name
- The name of the property.
型パラメータ
- T
戻り値の型
The value of the specified property by name.