JSVsaItemType Enumerazione
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Attenzione
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.
Rappresenta il tipo di elemento.
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
- Ereditarietà
- Attributi
Campi
AppGlobal | 1 | Utilizzato per aggiungere un oggetto globale al modulo di gestione di script .NET. Questo tipo viene utilizzato per creare un oggetto IJSVsaGlobalItem. |
Code | 2 | Utilizzato per creare un elemento di codice per l'archiviazione del codice sorgente relativo al modulo di gestione di script .NET. |
Reference | 0 | Utilizzato per aggiungere un riferimento a un assembly .NET esterno, a cui successivamente è possibile fare riferimento dal codice. Questo tipo viene usato per creare un oggetto IJSVsaReferenceItem. |