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.yFilesWPF.Viewer (in yWorks.yFilesWPF.Viewer.dll) Version: 2.2.0.2 (2.2.0.2)

Syntax

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

Inheritance Hierarchy

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

See Also