ImportDefinition.IsPrerequisite プロパティ

定義

パーツがエクスポートされたオブジェクトの生成を開始する前にインポート定義を満たす必要があるかどうかを示す値を取得します。

public:
 virtual property bool IsPrerequisite { bool get(); };
public virtual bool IsPrerequisite { get; }
member this.IsPrerequisite : bool
Public Overridable ReadOnly Property IsPrerequisite As Boolean

プロパティ値

true ComposablePart オブジェクトがエクスポートされたオブジェクトの生成を開始する前にImportDefinitionを満たす必要がある場合は ɭ。それ以外の場合はfalse。 既定値は true です。

適用対象