VsaItemFlag 列舉

定義

警告

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 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
繼承
VsaItemFlag
屬性

欄位

Class 2

項目是類別。

Module 1

項目是模組。

None 0

VSA 項目沒有類型。

適用於