VsaItemType-Enumeration
Hinweis: Diese API ist mittlerweile veraltet.
Kennzeichnet den Elementtyp als "Code", "Reference" 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
[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
Member
Membername | Beschreibung | |
---|---|---|
AppGlobal | Wert: 1
Wird verwendet, um ein globales Objekt dem .NET-Skriptmodul hinzuzufügen. Dieser Typ dient zum Erstellen einer IVsaGlobalItem Objekt. |
|
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 dient zum Erstellen einer IVsaReferenceItem Objekt. |