次の方法で共有


ImportMetadataViewConstraint.GetConstraint(TypeRef, Resolver) メソッド

定義

指定したメタデータ型の制約を作成します。

public static Microsoft.VisualStudio.Composition.ImportMetadataViewConstraint GetConstraint (Microsoft.VisualStudio.Composition.Reflection.TypeRef metadataTypeRef, Microsoft.VisualStudio.Composition.Resolver resolver);
static member GetConstraint : Microsoft.VisualStudio.Composition.Reflection.TypeRef * Microsoft.VisualStudio.Composition.Resolver -> Microsoft.VisualStudio.Composition.ImportMetadataViewConstraint
Public Shared Function GetConstraint (metadataTypeRef As TypeRef, resolver As Resolver) As ImportMetadataViewConstraint

パラメーター

metadataTypeRef
TypeRef

メタデータ型。

resolver
Resolver

アセンブリ ローダー。

戻り値

メタデータ型に一致する制約。

適用対象