Auf Englisch lesen

Freigeben über


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.

C#
[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
Vererbung
JSVsaItemType
Attribute

Felder

Name Wert Beschreibung
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:

Produkt Versionen (Veraltet)
.NET Framework (4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1)