Provides access to members that enumerate through network diagrams.
Members
Name | Description | |
---|---|---|
Count | Number of items in the network diagrams enumeration. | |
Next | Retrieves the next network diagram in the enumeration sequence. | |
Reset | Resets the enumeration sequence to the beginning. |
IEnumNetworkDiagram.Count Property
Number of items in the network diagrams enumeration.
Public ReadOnly Property Count As Integer
public int Count {get;}
IEnumNetworkDiagram.Next Method
Retrieves the next network diagram in the enumeration sequence.
Public Function Next ( _
) As INetworkDiagram
public INetworkDiagram Next (
);
IEnumNetworkDiagram.Reset Method
Resets the enumeration sequence to the beginning.
Public Sub Reset ( _
)
public void Reset (
);
Classes that implement IEnumNetworkDiagram
Classes | Description |
---|