다음을 통해 공유


CompositionContract.MetadataConstraints 속성

정의

이 계약에 대한 메타데이터 제약 조건의 컬렉션을 가져옵니다.

public:
 property System::Collections::Generic::IEnumerable<System::Collections::Generic::KeyValuePair<System::String ^, System::Object ^>> ^ MetadataConstraints { System::Collections::Generic::IEnumerable<System::Collections::Generic::KeyValuePair<System::String ^, System::Object ^>> ^ get(); };
public System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<string,object>> MetadataConstraints { get; }
member this.MetadataConstraints : seq<System.Collections.Generic.KeyValuePair<string, obj>>
Public ReadOnly Property MetadataConstraints As IEnumerable(Of KeyValuePair(Of String, Object))

속성 값

메타데이터 제약 조건의 컬렉션입니다.

적용 대상