JSVsaItemType 列舉
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
警告
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 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
- 繼承
- 屬性
欄位
AppGlobal | 1 | 用來將全域物件加入至 .NET 指令碼引擎。 這個型別是用來建立 IJSVsaGlobalItem 物件。 |
Code | 2 | 用來建立程式碼項目,以儲存 .NET 指令碼引擎的原始程式碼。 |
Reference | 0 | 用來加入外部 .NET 組件的參考,然後可在程式碼中參考這個組件。 此類型是用來建立 IJSVsaReferenceItem 物件。 |