JSVsaItemType Enumerazione

Definizione

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 dell'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à
JSVsaItemType
Attributi

Campi

Nome Valore Descrizione
Reference 0

Consente di aggiungere un riferimento a un assembly .NET esterno, a cui è possibile fare riferimento dal codice. Questo tipo viene usato per creare un oggetto IJSVsaReferenceItem.

AppGlobal 1

Utilizzato per aggiungere un oggetto globale al motore di script .NET. Questo tipo viene usato per creare un oggetto IJSVsaGlobalItem.

Code 2

Usato per creare un elemento di codice per l'archiviazione del codice sorgente per il motore di script .NET.

Si applica a