Tries to get value of the specified styled property.
シンタックス
'宣言
Public Function TryGetProperty( _
ByRef As System.Object, _
Optional ByVal As System.String _
) As System.Boolean
public System.bool TryGetProperty(
out System.object ,
System.string
)
パラメータ
- value
- Property value.
- name
- Styled property name.
戻り値の型
True if success.
参照