次の方法で共有


CompositionContract.TryUnwrapMetadataConstraint<T> メソッド

定義

指定した型と名前を持つメタデータの制約 (制約が存在する場合) を取得します。

public:
generic <typename T>
 bool TryUnwrapMetadataConstraint(System::String ^ constraintName, [Runtime::InteropServices::Out] T % constraintValue, [Runtime::InteropServices::Out] System::Composition::Hosting::Core::CompositionContract ^ % remainingContract);
public bool TryUnwrapMetadataConstraint<T> (string constraintName, out T constraintValue, out System.Composition.Hosting.Core.CompositionContract remainingContract);
member this.TryUnwrapMetadataConstraint : string * 'T * CompositionContract -> bool
Public Function TryUnwrapMetadataConstraint(Of T) (constraintName As String, ByRef constraintValue As T, ByRef remainingContract As CompositionContract) As Boolean

型パラメーター

T

メタデータの値の型。

パラメーター

constraintName
String

メタデータ制約の名前。

constraintValue
T

このメソッドから制御が戻ったとき、制約の値が見つかった場合は、その値が格納されます。 このパラメーターは初期化前として処理されます。

remainingContract
CompositionContract

このメソッドから制御が戻ったとき、制約が見つかった場合は、制約が削除された状態のコントラクトを保持します。 このパラメーターは初期化前として処理されます。

戻り値

制約付きメタデータ項目のラップが解除され、値が抽出された場合は true。それ以外の場合は false

適用対象