JSVsaItemType Enumeration

Definition

Achtung

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.

Stellt den Typ des Elements dar.

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
Vererbung
JSVsaItemType
Attribute

Felder

AppGlobal 1

Wird verwendet, um ein globales Objekt der .NET-Skript-Engine hinzuzufügen. Dieser Typ wird verwendet, um ein IJSVsaGlobalItem-Objekt zu erstellen.

Code 2

Wird verwendet, um ein Codeelement zum Speichern von Quellcode für die .NET-Skript-Engine zu erstellen.

Reference 0

Wird verwendet, um einen Verweis auf eine externe .NET-Assembly hinzuzufügen, auf die dann aus dem Code verwiesen werden kann. Dieser Typ wird verwendet, um ein IJSVsaReferenceItem-Objekt zu erstellen.

Gilt für: