'宣言
Public Overloads Sub GetValue( _ ByVal aProperty As eCSSProperty, _ ByRef sValue As String _ )
public void GetValue( eCSSProperty aProperty, ref string sValue )
パラメータ
- aProperty
- 値を取得するCSSプロパティ。
- sValue
- 指定されたプロパティの値の文字列表現に設定する文字列変数。
'宣言
Public Overloads Sub GetValue( _ ByVal aProperty As eCSSProperty, _ ByRef sValue As String _ )
public void GetValue( eCSSProperty aProperty, ref string sValue )