你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ServiceContractResolver(MediaTypeFormatter) 构造函数

定义

使用给定formatter用于解析所需成员的 初始化 的新实例ServiceContractResolver

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用于解析所需成员的 。

适用于