PackageRelationshipSelectorType 枚举

定义

指定用于通过 PackageRelationship 匹配并返回 PackageRelationshipSelector 选择的选择条件的类型。

public enum class PackageRelationshipSelectorType
public enum PackageRelationshipSelectorType
type PackageRelationshipSelectorType = 
Public Enum PackageRelationshipSelectorType
继承
PackageRelationshipSelectorType

字段

Id 0

PackageRelationship 进行 Id 选择。

Type 1

PackageRelationship 进行 RelationshipType 选择。

适用于