VsaItemFlag – výčet

Poznámka: Toto rozhraní API je nyní zastaralé.

Určuje typ položky kód jako třídy, modulu nebo None.

Obor názvů:  Microsoft.Vsa
Sestavení:  Microsoft.Vsa (v Microsoft.Vsa.dll)

Syntaxe

'Deklarace
<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

Členy

Název členu Popis
Class Hodnota: 2

Používá se v případě, že položka kódu třídu.

Module Hodnota: 1

Použít, pokud položka kódu je modul.

None Hodnota: 0

Použít, pokud položka kódu je obecná nebo pokud typ položky nepřijímá příznaky, jako je typ položky AppGlobal VsaItemType Enumeration.V takových případech žádné speciální příznaky jsou nezbytné k vytvoření položky.

Viz také

Referenční dokumentace

Microsoft.Vsa – obor názvů