import"DOMCSS.idl";
|
HRESULT | ownerRule ([out, retval] IDOMCSSRule **rule) |
|
HRESULT | cssRules ([out, retval] IDOMCSSRuleList **ruleList) |
|
HRESULT | insertRule ([in] BSTR rule, [in] UINT index, [out, retval] UINT *result) |
|
HRESULT | deleteRule ([in] UINT index) |
|
HRESULT | throwException ([in] BSTR exceptionMessage, [out, retval] BOOL *result) |
|
HRESULT | callWebScriptMethod ([in] BSTR name, [in, size_is(cArgs)] const VARIANT args[], [in] int cArgs, [out, retval] VARIANT *result) |
|
HRESULT | evaluateWebScript ([in] BSTR script, [out, retval] VARIANT *result) |
|
HRESULT | removeWebScriptKey ([in] BSTR name) |
|
HRESULT | stringRepresentation ([out, retval] BSTR *stringRepresentation) |
|
HRESULT | webScriptValueAtIndex ([in] unsigned int index, [out, retval] VARIANT *result) |
|
HRESULT | setWebScriptValueAtIndex ([in] unsigned int index, [in] VARIANT val) |
|
HRESULT | setException ([in] BSTR description) |
|
◆ cssRules()
◆ deleteRule()
HRESULT IDOMCSSStyleSheet::deleteRule |
( |
[in] UINT |
index | ) |
|
◆ insertRule()
HRESULT IDOMCSSStyleSheet::insertRule |
( |
[in] BSTR |
rule, |
|
|
[in] UINT |
index, |
|
|
[out, retval] UINT * |
result |
|
) |
| |
◆ ownerRule()
The documentation for this interface was generated from the following file: