An implementation of the IPortOwner interface that returns the ports that exist in the given Ports's IPortOwner collection.

Namespace: yWorks.yFiles.UI.Input
Assembly: yWorks.yFilesNET.Viewer (in yWorks.yFilesNET.Viewer.dll) Version: 4.1.0.1 (4.1.0.1)

Syntax

C#
public class ExistingPortsCandidateProvider : IPortCandidateProvider
Visual Basic
Public Class ExistingPortsCandidateProvider _
	Implements IPortCandidateProvider

Inheritance Hierarchy

System..::..Object
  yWorks.yFiles.UI.Input..::..ExistingPortsCandidateProvider

See Also