VsaItemFlag-Enumeration

Hinweis: Diese API ist mittlerweile veraltet.

Identifiziert den Typ des Codeelements als "Class", "Module" oder "None".

Namespace:  Microsoft.Vsa
Assembly:  Microsoft.Vsa (in Microsoft.Vsa.dll)

Syntax

'Declaration
<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
[<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")>]
type VsaItemFlag
public enum VsaItemFlag

Member

Membername Beschreibung
Class Wert: 2

Wird verwendet, wenn das Codeelement eine Klasse ist.

Module Wert: 1

Wird verwendet, wenn das Codeelement ein Modul ist.

None Wert: 0

Verwendet, wenn das Codeelement generisch ist oder wenn der Elementtyp keine Flags, z. B. der Elementtyp AppGlobal akzeptiert die VsaItemType Enumeration. In solchen Fällen sind keine speziellen Flags erforderlich, um das Element zu erstellen.

Siehe auch

Referenz

Microsoft.Vsa-Namespace