VsaItemType 列挙体

メモ: この API は、互換性のために残されています。

項目の種類を Code、Reference、または AppGlobal として識別します。

名前空間:  Microsoft.Vsa
アセンブリ:  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
[<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

メンバー

メンバー名 説明
AppGlobal 値: 1

グローバル オブジェクトを .NET スクリプト エンジンに追加するときに使用します。 この型は、作成に使用する IVsaGlobalItem オブジェクトです。

Code 値: 2

.NET スクリプト エンジンにソース コードを格納するためのコード項目を作成するときに使用します。

Reference 値: 0

外部 .NET アセンブリへの参照を追加し、後でコードから参照できるようにするときに使用します。 この型は、作成に使用する IVsaReferenceItem オブジェクトです。

参照

関連項目

Microsoft.Vsa 名前空間