VsaItemFlag 列挙型
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 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.
コード項目の型を Class、Module、または None として識別します。
public enum class VsaItemFlag
public enum VsaItemFlag
[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.Guid("40d8ce77-8139-3483-8674-bb9e3acd9b89")]
public enum VsaItemFlag
type VsaItemFlag =
[<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.Guid("40d8ce77-8139-3483-8674-bb9e3acd9b89")>]
type VsaItemFlag =
Public Enum VsaItemFlag
- 継承
- 属性
フィールド
Class | 2 | 項目はクラスです。 |
Module | 1 | 項目はモジュールです。 |
None | 0 | VSA 項目の種類はありません。 |
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET