VsaItem.flag フィールド
アセンブリ: 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 によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。
バージョン情報
参照VsaItemFlag 列挙体
アセンブリ: Microsoft.Vsa (microsoft.vsa.dll 内)
構文<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.")> _ <GuidAttribute("40d8ce77-8139-3483-8674-bb9e3acd9b89")> _ Public Enumeration VsaItemFlag
[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.")]
[GuidAttribute("40d8ce77-8139-3483-8674-bb9e3acd9b89")]
public enum VsaItemFlag
[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.")] [GuidAttribute(L"40d8ce77-8139-3483-8674-bb9e3acd9b89")] public enum class VsaItemFlag
/** @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.") */ /** @attribute GuidAttribute("40d8ce77-8139-3483-8674-bb9e3acd9b89") */ public enum VsaItemFlag
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.")
GuidAttribute("40d8ce77-8139-3483-8674-bb9e3acd9b89")
public enum VsaItemFlag
メンバ| メンバ名 | 説明 | |
|---|---|---|
| Class | 値 : 2 | |
| Module | 値 : 1 | |
| None | 値 : 0 コード項目が汎用の場合、または VsaItemType Enumeration の AppGlobal 項目型など、フラグを使用できない項目型の場合に使用します。この場合、項目の作成に特定のフラグは必要ありません。 |
プラットフォーム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 によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。
バージョン情報
参照- VsaItemFlagのページへのリンク