JSVsaItemType Énumération

Définition

Attention

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.

Représente le type de l’élément.

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
Héritage
JSVsaItemType
Attributs

Champs

Nom Valeur Description
Reference 0

Permet d’ajouter une référence à un assembly de .NET externe, qui peut ensuite être référencé à partir du code. Ce type est utilisé pour créer un objet IJSVsaReferenceItem.

AppGlobal 1

Permet d’ajouter un objet global au moteur de script .NET. Ce type est utilisé pour créer un objet IJSVsaGlobalItem.

Code 2

Permet de créer un élément de code pour stocker le code source pour le moteur de script .NET.

S’applique à