IVsaScriptScope.GetItem Method

Returns the named item added with AddItem, or null if one cannot be found.

Namespace: Microsoft.JScript
Assembly: Microsoft.JScript (in microsoft.jscript.dll)

'Declaration
Function GetItem ( _
	itemName As String _
) As IVsaItem
'Usage
Dim instance As IVsaScriptScope
Dim itemName As String
Dim returnValue As IVsaItem

returnValue = instance.GetItem(itemName)
IVsaItem GetItem (
	String itemName
)
function GetItem (
	itemName : String
) : IVsaItem
Not applicable.

Parameters

itemName

The name of item added with AddItem.

Windows 98, Windows Server 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.

.NET Framework

Supported in: 3.0, 2.0, 1.1, 1.0

Community Additions

ADD
Show: