Enumeração VsaItemType
Observação: esta API agora é obsoleta.
Identifica o tipo de item como código, referência ou AppGlobal.
Namespace: Microsoft.Vsa
Assembly: Microsoft.Vsa (em Microsoft.Vsa.dll)
Sintaxe
'Declaração
<GuidAttribute("a9f6f86e-fcf5-3d8d-97e4-0fe6c7fe2274")> _
<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.")> _
Public Enumeration VsaItemType
[GuidAttribute("a9f6f86e-fcf5-3d8d-97e4-0fe6c7fe2274")]
[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.")]
public enum VsaItemType
[GuidAttribute(L"a9f6f86e-fcf5-3d8d-97e4-0fe6c7fe2274")]
[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.")]
public enum class VsaItemType
[<GuidAttribute("a9f6f86e-fcf5-3d8d-97e4-0fe6c7fe2274")>]
[<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.")>]
type VsaItemType
public enum VsaItemType
Membros
Nome do membro | Descrição | |
---|---|---|
AppGlobal | Valor: 1
Usado para adicionar um objeto global para o mecanismo de script do .NET. Esse tipo é usado para criar um IVsaGlobalItem objeto. |
|
Code | Valor: 2
Usado para criar um item de código para armazenar o código-fonte para o mecanismo de script do .NET. |
|
Reference | Valor: 0
Usado para adicionar uma referência a um assembly .NET externo, que pode então ser referenciada no código. Esse tipo é usado para criar um IVsaReferenceItem objeto. |