VsaItem.type フィールド
アセンブリ: Microsoft.JScript (microsoft.jscript.dll 内)


Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


VsaItemType 列挙体
アセンブリ: Microsoft.Vsa (microsoft.vsa.dll 内)

<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
/** @attribute GuidAttribute("a9f6f86e-fcf5-3d8d-97e4-0fe6c7fe2274") */ /** @attribute 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("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

メンバ名 | 説明 | |
---|---|---|
AppGlobal | 値 : 1 グローバル オブジェクトを .NET スクリプト エンジンに追加するときに使用します。この型を使用して、IVsaGlobalItem オブジェクトを作成します。 | |
Code | 値 : 2 | |
Reference | 値 : 0 外部 .NET アセンブリへの参照を追加し、後でコードから参照できるようにするときに使用します。この型を使用して、IVsaReferenceItem オブジェクトを作成します。 |

Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


- VsaItem.typeのページへのリンク