Share via


VsaItemType Sabit Listesi

Not: Bu API artık kullanılmıyor.

Öğe türü kodu, başvuru veya AppGlobal olarak tanımlar.

Ad alanı:  Microsoft.Vsa
Derleme:  Microsoft.Vsa (Microsoft.Vsa.dll içinde)

Sözdizimi

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

Üyeler

Üye adı Açıklama
AppGlobal Değer: 1

.NET komut dosyası altyapısı için genel bir nesne eklemek için kullanılır.Bu tür oluşturmak için kullanılan bir IVsaGlobalItem nesnesi.

Code Değer: 2

.NET komut dosyası altyapısı için kaynak kodu depolamak için bir kod öğesi oluşturmak için kullanılır.

Reference Değer: 0

Koddan sonra başvurulabilir bir dış .NET derlemesine başvuru eklemek için kullanılır.Bu tür oluşturmak için kullanılan bir IVsaReferenceItem nesnesi.

Ayrıca bkz.

Başvuru

Microsoft.Vsa Ad Alanı