JSVsaItemType Enum

Definitie

Let op

Use of this type is not recommended because it is being deprecated in Visual Studio 2005; there will be no replacement for this feature. Please see the ICodeCompiler documentation for additional help.

Vertegenwoordigt het type van het item.

public enum class JSVsaItemType
[System.Obsolete("Use of this type is not recommended because it is being deprecated in Visual Studio 2005; there will be no replacement for this feature. Please see the ICodeCompiler documentation for additional help.")]
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("97453226-34DD-4379-B658-005DF8F84EA1")]
public enum JSVsaItemType
[<System.Obsolete("Use of this type is not recommended because it is being deprecated in Visual Studio 2005; there will be no replacement for this feature. Please see the ICodeCompiler documentation for additional help.")>]
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Runtime.InteropServices.Guid("97453226-34DD-4379-B658-005DF8F84EA1")>]
type JSVsaItemType = 
Public Enum JSVsaItemType
Overname
JSVsaItemType
Kenmerken

Velden

Name Waarde Description
Reference 0

Wordt gebruikt om een verwijzing toe te voegen aan een externe .NET assembly, waarnaar vervolgens vanuit code kan worden verwezen. Dit type wordt gebruikt om een IJSVsaReferenceItem-object te maken.

AppGlobal 1

Wordt gebruikt om een globaal object toe te voegen aan de .NET scriptengine. Dit type wordt gebruikt om een IJSVsaGlobalItem-object te maken.

Code 2

Wordt gebruikt om een code-item te maken voor het opslaan van broncode voor de .NET scriptengine.

Van toepassing op