Propriété WebViewFolderContents.Script
Obtient l’objet de script pour la vue.
Cette propriété est en lecture seule.
Syntaxe
objScript = WebViewFolderContents.Script
Valeur de la propriété
Variable de type IDispatch qui reçoit l’objet de script.
Exemples
L’exemple suivant montre l’utilisation correcte de cette propriété dans JScript incorporée dans 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>
Spécifications
Condition requise | Valeur |
---|---|
Client minimal pris en charge |
Windows 2000 Professionnel, Windows XP [applications de bureau uniquement] |
Serveur minimal pris en charge |
Windows 2000 Server [applications de bureau uniquement] |
En-tête |
|
IDL |
|
DLL |
|