JSVsaItemType Wyliczenie
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Przestroga
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.
Reprezentuje typ elementu.
public enum class JSVsaItemType
[System.Obsolete("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.")]
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("97453226-34DD-4379-B658-005DF8F84EA1")]
public enum JSVsaItemType
[<System.Obsolete("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.")>]
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Runtime.InteropServices.Guid("97453226-34DD-4379-B658-005DF8F84EA1")>]
type JSVsaItemType =
Public Enum JSVsaItemType
- Dziedziczenie
- Atrybuty
Pola
AppGlobal | 1 | Służy do dodawania obiektu globalnego do aparatu skryptów platformy .NET. Ten typ służy do tworzenia obiektu IJSVsaGlobalItem. |
Code | 2 | Służy do tworzenia elementu kodu do przechowywania kodu źródłowego dla aparatu skryptów platformy .NET. |
Reference | 0 | Służy do dodawania odwołania do zewnętrznego zestawu .NET, do którego można następnie odwoływać się z kodu. Ten typ służy do tworzenia obiektu IJSVsaReferenceItem. |