次の方法で共有


ServiceContractResolver(MediaTypeFormatter) コンストラクター

定義

必要なメンバーの解決に使用する を指定して、 のServiceContractResolverformatter新しいインスタンスを初期化します。

public ServiceContractResolver (System.Net.Http.Formatting.MediaTypeFormatter formatter);
new Microsoft.WindowsAzure.Mobile.Service.Serialization.ServiceContractResolver : System.Net.Http.Formatting.MediaTypeFormatter -> Microsoft.WindowsAzure.Mobile.Service.Serialization.ServiceContractResolver
Public Sub New (formatter As MediaTypeFormatter)

パラメーター

formatter
System.Net.Http.Formatting.MediaTypeFormatter

System.Net.Http.Formatting.MediaTypeFormatter必要なメンバーを解決するために使用される 。

適用対象