JSVsaItemType Výčet

Definice

Upozornění

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.

Představuje typ položky.

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
Dědičnost
JSVsaItemType
Atributy

Pole

AppGlobal 1

Slouží k přidání globálního objektu do skriptovacího stroje .NET. Tento typ se používá k vytvoření objektu IJSVsaGlobalItem.

Code 2

Slouží k vytvoření položky kódu pro uložení zdrojového kódu pro skriptovací stroj .NET.

Reference 0

Slouží k přidání odkazu na externí sestavení .NET, na které pak lze odkazovat z kódu. Tento typ se používá k vytvoření objektu IJSVsaReferenceItem.

Platí pro