Freigeben über


VsaItemType-Enumeration

HINWEIS: Diese Enumeration ist mittlerweile veraltet.

Identifiziert den Elementtyp als Code, Verweis oder AppGlobal.

Namespace: Microsoft.Vsa
Assembly: Microsoft.Vsa (in microsoft.vsa.dll)

Syntax

'Declaration
<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
'Usage
Dim instance As 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
/** @attribute GuidAttribute("a9f6f86e-fcf5-3d8d-97e4-0fe6c7fe2274") */ 
/** @attribute 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("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

Member

  Membername Beschreibung
AppGlobal Wert: 1  

Wird verwendet, um ein globales Objekt dem .NET-Skriptmodul hinzuzufügen. Dieser Typ wird verwendet, um ein IVsaGlobalItem-Objekt zu erstellen.

Code Wert: 2  

Wird verwendet, um ein Codeelement zum Speichern von Quellcode für das .NET-Skriptmodul zu erstellen.

Reference Wert: 0  

Wird verwendet, um einen Verweis auf eine externe .NET-Assembly hinzuzufügen, auf die dann aus dem Code verwiesen werden kann. Dieser Typ wird verwendet, um ein IVsaReferenceItem-Objekt zu erstellen.

Plattformen

Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

.NET Framework unterstützt nicht alle Versionen sämtlicher Plattformen. Eine Liste der unterstützten Versionen finden Sie unter Systemanforderungen.

Versionsinformationen

.NET Framework

Unterstützt in: 1.0, 1.1
Veraltet (Compilerwarnung) in 2.0

Siehe auch

Referenz

Microsoft.Vsa-Namespace