次の方法で共有


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

定義

指定した TableContractResolver を使用して、formatter クラスの新しいインスタンスを初期化します。

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

パラメーター

formatter
System.Net.Http.Formatting.MediaTypeFormatter

System.Net.Http.Formatting.MediaTypeFormatterこれがTableContractResolver関連付けられている 。

適用対象