'宣言 Protected Overridable Function GetNonAmbientPropValueForChild( _ ByVal roChild As RenderObject, _ ByVal propKey As System.Integer, _ ByVal context As IScriptContext _ ) As System.Object
'使用法 Dim instance As RenderObject Dim roChild As RenderObject Dim propKey As System.Integer Dim context As IScriptContext Dim value As System.Object value = instance.GetNonAmbientPropValueForChild(roChild, propKey, context)
protected virtual System.object GetNonAmbientPropValueForChild( RenderObject roChild, System.int propKey, IScriptContext context )
パラメータ
- roChild
- The child RenderObject.
- propKey
- The style property key.
- context
- C1.C1Preview.Scripting.IScriptContext to use for evaluation of calculated properties.
戻り値の型
The style property value.