Classe GraphPropertyCollection
Hierarquia de herança
System.Object
Microsoft.VisualStudio.GraphModel.GraphPropertyCollection
Namespace: Microsoft.VisualStudio.GraphModel
Assembly: Microsoft.VisualStudio.GraphModel (em Microsoft.VisualStudio.GraphModel.dll)
Sintaxe
'Declaração
Public Class GraphPropertyCollection _
Implements ICollection(Of GraphProperty), IEnumerable(Of GraphProperty), _
IEnumerable
public class GraphPropertyCollection : ICollection<GraphProperty>,
IEnumerable<GraphProperty>, IEnumerable
public ref class GraphPropertyCollection : ICollection<GraphProperty^>,
IEnumerable<GraphProperty^>, IEnumerable
type GraphPropertyCollection =
class
interface ICollection<GraphProperty>
interface IEnumerable<GraphProperty>
interface IEnumerable
end
public class GraphPropertyCollection implements ICollection<GraphProperty>, IEnumerable<GraphProperty>, IEnumerable
O tipo GraphPropertyCollection expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
![]() |
GraphPropertyCollection |
Início
Propriedades
Nome | Descrição | |
---|---|---|
![]() |
Count | |
![]() |
IsReadOnly | |
![]() |
Properties |
Início
Métodos
Nome | Descrição | |
---|---|---|
![]() |
Add | |
![]() |
AddNewProperty(String, Type, Graph) | |
![]() |
AddNewProperty(String, Type, Graph, GraphMetadata) | |
![]() |
Clear | |
![]() |
Contains | |
![]() |
CopyTo | |
![]() |
Equals | Determina se o especificado Object é igual a atual Object. (Herdado de Object.) |
![]() |
Finalize | Permite que um objeto tentar liberar recursos e executar outras operações de limpeza antes que ele é recuperado pela coleta de lixo. (Herdado de Object.) |
![]() |
GetEnumerator | |
![]() |
GetHashCode | Serves as a hash function for a particular type. (Herdado de Object.) |
![]() |
GetType | Obtém o Type da instância atual. (Herdado de Object.) |
![]() |
MemberwiseClone | Cria uma cópia superficial do atual Object. (Herdado de Object.) |
![]() |
Remove | |
![]() |
ToString | Retorna um string que representa o objeto atual. (Herdado de Object.) |
Início
Implementações explícitas da interface
Nome | Descrição | |
---|---|---|
![]() ![]() |
IEnumerable<GraphProperty>.GetEnumerator |
Início
Acesso thread-safe
Quaisquer membros static (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.