EdgePointCollection Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
| EdgePointCollection() | |
| EdgePointCollection(ICollection) | |
| EdgePointCollection(Int32) |
EdgePointCollection()
public:
EdgePointCollection();
public EdgePointCollection ();
Public Sub New ()
Aplica-se a
EdgePointCollection(ICollection)
public:
EdgePointCollection(System::Collections::ICollection ^ collection);
public EdgePointCollection (System.Collections.ICollection collection);
new Microsoft.VisualStudio.Modeling.Diagrams.EdgePointCollection : System.Collections.ICollection -> Microsoft.VisualStudio.Modeling.Diagrams.EdgePointCollection
Public Sub New (collection As ICollection)
Parâmetros
- collection
- ICollection
Aplica-se a
EdgePointCollection(Int32)
public:
EdgePointCollection(int count);
public EdgePointCollection (int count);
new Microsoft.VisualStudio.Modeling.Diagrams.EdgePointCollection : int -> Microsoft.VisualStudio.Modeling.Diagrams.EdgePointCollection
Public Sub New (count As Integer)
Parâmetros
- count
- Int32