VsaItemType – výčet

Poznámka: Toto rozhraní API je nyní zastaralé.

Identifikuje jako kód, AppGlobal nebo odkaz na typ položky.

Obor názvů:  Microsoft.Vsa
Sestavení:  Microsoft.Vsa (v Microsoft.Vsa.dll)

Syntaxe

'Deklarace
<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

Členy

Název členu Popis
AppGlobal Hodnota: 1

Slouží k přidání globální objektu do skriptovací modul .NET.Tento typ se používá k vytvoření IVsaGlobalItem objektu.

Code Hodnota: 2

Slouží k vytvoření položky kódu pro ukládání zdrojového kódu pro skriptovací modul .NET.

Reference Hodnota: 0

Slouží k přidání odkazu na externí sestavení .NET, které lze odkazovat z kódu.Tento typ se používá k vytvoření IVsaReferenceItem objektu.

Viz také

Referenční dokumentace

Microsoft.Vsa – obor názvů