Enumerazione VsaItemType

Nota: questa API è ora obsoleta.

Identifica il tipo di elemento come codice (Code), il riferimento (Reference) o applicazione globale (AppGlobal).

Spazio dei nomi:  Microsoft.Vsa
Assembly:  Microsoft.Vsa (in Microsoft.Vsa.dll)

Sintassi

'Dichiarazione
<GuidAttribute("a9f6f86e-fcf5-3d8d-97e4-0fe6c7fe2274")> _
<ObsoleteAttribute("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.")> _
Public Enumeration VsaItemType
[GuidAttribute("a9f6f86e-fcf5-3d8d-97e4-0fe6c7fe2274")]
[ObsoleteAttribute("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.")]
public enum VsaItemType
[GuidAttribute(L"a9f6f86e-fcf5-3d8d-97e4-0fe6c7fe2274")]
[ObsoleteAttribute(L"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.")]
public enum class VsaItemType
[<GuidAttribute("a9f6f86e-fcf5-3d8d-97e4-0fe6c7fe2274")>]
[<ObsoleteAttribute("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.")>]
type VsaItemType
public enum VsaItemType

Membri

Nome membro Descrizione
AppGlobal Valore: 1

Utilizzato per aggiungere un oggetto globale al modulo di gestione di script .NET. Questo tipo viene utilizzato per creare un IVsaGlobalItem oggetto.

Code Valore: 2

Utilizzato per creare un elemento di codice per l'archiviazione del codice sorgente relativo al modulo di gestione di script .NET.

Reference Valore: 0

Utilizzato per aggiungere un riferimento a un assembly .NET esterno, a cui successivamente è possibile fare riferimento dal codice. Questo tipo viene utilizzato per creare un IVsaReferenceItem oggetto.

Vedere anche

Riferimenti

Spazio dei nomi Microsoft.Vsa