Wyliczenie VsaItemType
Uwaga: ten interfejs API jest teraz nieaktualny.
Określa typ elementu jako kod, typu odwołania lub AppGlobal.
Przestrzeń nazw: Microsoft.Vsa
Zestaw: Microsoft.Vsa (w Microsoft.Vsa.dll)
Składnia
'Deklaracja
<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
Elementy członkowskie
Nazwa elementu członkowskiego | Opis | |
---|---|---|
AppGlobal | Wartości: 1
Używany do zwiększenia globalnego obiektu .NET aparat skryptu.Ten typ jest używany do tworzenia IVsaGlobalItem obiektu. |
|
Code | Wartość: 2
Służy do tworzenia elementu kodu do przechowywania kodu źródłowego dla platformy .NET aparat skryptu. |
|
Reference | Wartości: 0
Służy do dodawania odniesienie do zewnętrznego zestawu platformy .NET, które można następnie odwoływać się z kodu.Ten typ jest używany do tworzenia IVsaReferenceItem obiektu. |