PackageRelationshipSelectorType 列挙型

定義

PackageRelationship を通して PackageRelationshipSelector の選択内容を照合し、結果を返すために使用する選択基準の種類を指定します。

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

フィールド

Id 0

PackageRelationship の選択は Id 別に行われます。

Type 1

PackageRelationship の選択は RelationshipType 別に行われます。

適用対象