CDHtmlDialog::GetElementProperty
从 szElementId确定的HTML元素检索 dispid 确定的属性的值。
VARIANT GetElementProperty(
LPCTSTR szElementId,
DISPID dispid
);
参数
szElementId
HTML元素的ID。dispid
属性的调度ID。
返回值
属性或null的变量的值,如果找不到属性或元素。
要求
Header: afxdhtml.h
从 szElementId确定的HTML元素检索 dispid 确定的属性的值。
VARIANT GetElementProperty(
LPCTSTR szElementId,
DISPID dispid
);
szElementId
HTML元素的ID。
dispid
属性的调度ID。
属性或null的变量的值,如果找不到属性或元素。
Header: afxdhtml.h