BuildDependencySet Classe
Definição
Representa as dependências retornadas pelo gerenciador de build.Represents dependencies returned by the build manager.
public ref class BuildDependencySet sealed
public sealed class BuildDependencySet
type BuildDependencySet = class
Public NotInheritable Class BuildDependencySet
- Herança
-
BuildDependencySet
Comentários
O BuildDependencySet objeto para um aplicativo pode ser recuperado por meio do GetCachedBuildDependencySet método.The BuildDependencySet object for an application can be retrieved through the GetCachedBuildDependencySet method. Ele contém as propriedades que representam a lista de dependências.It contains the properties that represent the list of dependencies.
Propriedades
| HashCode |
Obtém uma cadeia de caracteres que representa o código hash dos caminhos virtuais dependentes.Gets a string representing the hash code of the dependent virtual paths. |
| VirtualPaths |
Obtém uma lista de dependências do caminho virtual.Gets a list of virtual path dependencies. |
Métodos
| Equals(Object) |
Determina se o objeto especificado é igual ao objeto atual.Determines whether the specified object is equal to the current object. (Herdado de Object) |
| GetHashCode() |
Serve como a função de hash padrão.Serves as the default hash function. (Herdado de Object) |
| GetType() |
Obtém o Type da instância atual.Gets the Type of the current instance. (Herdado de Object) |
| MemberwiseClone() |
Cria uma cópia superficial do Object atual.Creates a shallow copy of the current Object. (Herdado de Object) |
| ToString() |
Retorna uma cadeia de caracteres que representa o objeto atual.Returns a string that represents the current object. (Herdado de Object) |