Document.Scripts Property (2007 System)
Gets a Scripts collection that represents the collection of HTML scripts in the document.
Namespace: Microsoft.Office.Tools.Word
Assembly: Microsoft.Office.Tools.Word.v9.0 (in Microsoft.Office.Tools.Word.v9.0.dll)
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property Scripts As Scripts
'Usage
Dim instance As Document
Dim value As Scripts
value = instance.Scripts
[BrowsableAttribute(false)]
public Scripts Scripts { get; }
[BrowsableAttribute(false)]
public:
property Scripts^ Scripts {
Scripts^ get ();
}
public function get Scripts () : Scripts
Property Value
Type: Scripts
A Scripts collection that represents the collection of HTML scripts in the document.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.