JSVsaItemType Énumération
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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
- Attributs
Champs
AppGlobal | 1 | Utilisé pour ajouter un objet global au moteur de script .NET. Ce type est utilisé pour créer un objet IJSVsaGlobalItem. |
Code | 2 | Utilisé pour créer un élément de code en vue du stockage de code source pour le moteur de script .NET. |
Reference | 0 | Utilisé pour ajouter une référence à un assembly .NET externe qui peut ensuite être référencé à partir du code. Ce type est utilisé pour créer un objet IJSVsaReferenceItem. |