PackageRelationshipSelectorType 枚举
定义
指定用于通过 PackageRelationship 匹配并返回 PackageRelationshipSelector 选择的选择条件的类型。Specifies the type of selection criteria that is used to match and return PackageRelationship selections through a PackageRelationshipSelector.
public enum class PackageRelationshipSelectorType
public enum PackageRelationshipSelectorType
type PackageRelationshipSelectorType =
Public Enum PackageRelationshipSelectorType
- 继承
字段
Id | 0 | 按 PackageRelationship 进行 Id 选择。PackageRelationship selections are by Id. |
Type | 1 | 按 PackageRelationship 进行 RelationshipType 选择。PackageRelationship selections are by RelationshipType. |