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))

屬性值

中繼資料限制式的集合。

適用於