Classe prjApplicationManifestValues
Uma enumeração que representa a presença do arquivo app. manifest.
Hierarquia de herança
Object
VslangProj90.prjApplicationManifestValues
Namespace: VslangProj90
Assembly: VslangProj90 (em VslangProj90.dll)
Sintaxe
'Declaração
<GuidAttribute("179C6298-97C7-4249-B3C3-4986C6924991")> _
Public MustInherit Class prjApplicationManifestValues
[GuidAttribute("179C6298-97C7-4249-B3C3-4986C6924991")]
public abstract class prjApplicationManifestValues
[GuidAttribute(L"179C6298-97C7-4249-B3C3-4986C6924991")]
public ref class prjApplicationManifestValues abstract
[<AbstractClass>]
[<GuidAttribute("179C6298-97C7-4249-B3C3-4986C6924991")>]
type prjApplicationManifestValues = class end
public abstract class prjApplicationManifestValues
O tipo prjApplicationManifestValues expõe os membros a seguir.
Métodos
Nome | Descrição | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Herdado de Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Herdado de Object.) | |
GetHashCode | Serves as the default hash function. (Herdado de Object.) | |
GetType | Gets the Type of the current instance. (Herdado de Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Herdado de Object.) | |
ToString | Returns a string that represents the current object. (Herdado de Object.) |
Superior
Campos
Nome | Descrição | |
---|---|---|
prjApplicationManifest_Default | Um valor de enumeração que indica que o aplicativo está usando o arquivo app. manifest do padrão. | |
prjApplicationManifest_NoManifest | Um valor de enumeração que indica que o aplicativo não tem nenhum arquivo app. manifest. |
Superior
Comentários
Para obter mais informações, consulte Como assinar manifestos de aplicativo e implantação.
Acesso thread-safe
Quaisquer membros estático (Shared no Visual Basic) públicos deste tipo são thread-safe. Não há garantia de que qualquer membro de instância seja thread-safe.