إشعار
يتطلب الوصول إلى هذه الصفحة تخويلاً. يمكنك محاولة تسجيل الدخول أو تغيير الدلائل.
يتطلب الوصول إلى هذه الصفحة تخويلاً. يمكنك محاولة تغيير الدلائل.
Gets the scripting object for the view.
This property is read-only.
Syntax
objScript = WebViewFolderContents.Script
Property value
A variable of type IDispatch that receives the scripting object.
Examples
The following example shows the proper usage of this property in JScript embedded in HTML.
<html>
<head>
...
<script language="JavaScript">
function fnWebViewFolderContentsScriptJ()
{
var objScript;
objScript = FileList.Script;
if (objScript != null)
{
alert(objScript.Name);
}
}
</script>
</head>
<body>
...
<object id=FileList classid="clsid:aaaaaaaa-0000-1111-2222-bbbbbbbbbbbb" tabIndex=1>
</body>
</html>
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client |
Windows 2000 Professional, Windows XP [desktop apps only] |
| Minimum supported server |
Windows 2000 Server [desktop apps only] |
| Header |
|
| IDL |
|
| DLL |
|