TypedMessageConverter.Create 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示返回 TypedMessageConverter 实例的静态方法。
重载
Create(Type, String)
- Source:
- TypedMessageConverter.cs
- Source:
- TypedMessageConverter.cs
表示返回 TypedMessageConverter 实例的静态方法。
public:
static System::ServiceModel::Description::TypedMessageConverter ^ Create(Type ^ messageContract, System::String ^ action);
public static System.ServiceModel.Description.TypedMessageConverter Create (Type messageContract, string action);
static member Create : Type * string -> System.ServiceModel.Description.TypedMessageConverter
Public Shared Function Create (messageContract As Type, action As String) As TypedMessageConverter
参数
- messageContract
- Type
一个使用 Type 批注过的 MessageContractAttribute 消息协定类型。
- action
- String
一个操作字符串。
返回
一个 TypedMessageConverter 实例。
例外
参数是 null
指定消息协定类型不具有应用的 MessageContractAttribute。
适用于
Create(Type, String, DataContractFormatAttribute)
- Source:
- TypedMessageConverter.cs
- Source:
- TypedMessageConverter.cs
表示返回 TypedMessageConverter 实例的静态方法。
public:
static System::ServiceModel::Description::TypedMessageConverter ^ Create(Type ^ messageContract, System::String ^ action, System::ServiceModel::DataContractFormatAttribute ^ formatterAttribute);
public static System.ServiceModel.Description.TypedMessageConverter Create (Type messageContract, string action, System.ServiceModel.DataContractFormatAttribute formatterAttribute);
static member Create : Type * string * System.ServiceModel.DataContractFormatAttribute -> System.ServiceModel.Description.TypedMessageConverter
Public Shared Function Create (messageContract As Type, action As String, formatterAttribute As DataContractFormatAttribute) As TypedMessageConverter
参数
- messageContract
- Type
一个使用 Type 批注过的 MessageContractAttribute 消息协定类型。
- action
- String
一个操作字符串。
- formatterAttribute
- DataContractFormatAttribute
一个指定要使用的格式化程序的 DataContractFormatAttribute。
返回
一个 TypedMessageConverter 实例。
例外
参数是 null
指定消息协定类型不具有应用的 MessageContractAttribute。
适用于
Create(Type, String, XmlSerializerFormatAttribute)
- Source:
- TypedMessageConverter.cs
- Source:
- TypedMessageConverter.cs
表示返回 TypedMessageConverter 实例的静态方法。
public:
static System::ServiceModel::Description::TypedMessageConverter ^ Create(Type ^ messageContract, System::String ^ action, System::ServiceModel::XmlSerializerFormatAttribute ^ formatterAttribute);
public static System.ServiceModel.Description.TypedMessageConverter Create (Type messageContract, string action, System.ServiceModel.XmlSerializerFormatAttribute formatterAttribute);
static member Create : Type * string * System.ServiceModel.XmlSerializerFormatAttribute -> System.ServiceModel.Description.TypedMessageConverter
Public Shared Function Create (messageContract As Type, action As String, formatterAttribute As XmlSerializerFormatAttribute) As TypedMessageConverter
参数
- messageContract
- Type
一个使用 Type 批注过的 MessageContractAttribute 消息协定类型。
- action
- String
一个操作字符串。
- formatterAttribute
- XmlSerializerFormatAttribute
一个指定要使用的格式化程序的 XmlSerializerFormatAttribute。
返回
一个 TypedMessageConverter 实例。
例外
参数是 null
指定消息协定类型不具有应用的 MessageContractAttribute。
适用于
Create(Type, String, String)
- Source:
- TypedMessageConverter.cs
- Source:
- TypedMessageConverter.cs
表示返回 TypedMessageConverter 实例的静态方法。
public:
static System::ServiceModel::Description::TypedMessageConverter ^ Create(Type ^ messageContract, System::String ^ action, System::String ^ defaultNamespace);
public static System.ServiceModel.Description.TypedMessageConverter Create (Type messageContract, string action, string defaultNamespace);
static member Create : Type * string * string -> System.ServiceModel.Description.TypedMessageConverter
Public Shared Function Create (messageContract As Type, action As String, defaultNamespace As String) As TypedMessageConverter
参数
- messageContract
- Type
一个使用 Type 批注过的 MessageContractAttribute 消息协定类型。
- action
- String
一个操作字符串。
- defaultNamespace
- String
一个命名空间。
返回
一个 TypedMessageConverter 实例。
例外
参数是 null
指定消息协定类型不具有应用的 MessageContractAttribute。
适用于
Create(Type, String, String, DataContractFormatAttribute)
- Source:
- TypedMessageConverter.cs
- Source:
- TypedMessageConverter.cs
表示返回 TypedMessageConverter 实例的静态方法。
public:
static System::ServiceModel::Description::TypedMessageConverter ^ Create(Type ^ messageContract, System::String ^ action, System::String ^ defaultNamespace, System::ServiceModel::DataContractFormatAttribute ^ formatterAttribute);
public static System.ServiceModel.Description.TypedMessageConverter Create (Type messageContract, string action, string defaultNamespace, System.ServiceModel.DataContractFormatAttribute formatterAttribute);
static member Create : Type * string * string * System.ServiceModel.DataContractFormatAttribute -> System.ServiceModel.Description.TypedMessageConverter
Public Shared Function Create (messageContract As Type, action As String, defaultNamespace As String, formatterAttribute As DataContractFormatAttribute) As TypedMessageConverter
参数
- messageContract
- Type
一个使用 Type 批注过的 MessageContractAttribute 消息协定类型。
- action
- String
一个操作字符串。
- defaultNamespace
- String
一个命名空间。
- formatterAttribute
- DataContractFormatAttribute
一个指定要使用的格式化程序的 DataContractFormatAttribute。
返回
一个 TypedMessageConverter 实例。
例外
参数是 null
指定消息协定类型不具有应用的 MessageContractAttribute。
适用于
Create(Type, String, String, XmlSerializerFormatAttribute)
- Source:
- TypedMessageConverter.cs
- Source:
- TypedMessageConverter.cs
表示返回 TypedMessageConverter 实例的静态方法。
public:
static System::ServiceModel::Description::TypedMessageConverter ^ Create(Type ^ messageContract, System::String ^ action, System::String ^ defaultNamespace, System::ServiceModel::XmlSerializerFormatAttribute ^ formatterAttribute);
public static System.ServiceModel.Description.TypedMessageConverter Create (Type messageContract, string action, string defaultNamespace, System.ServiceModel.XmlSerializerFormatAttribute formatterAttribute);
static member Create : Type * string * string * System.ServiceModel.XmlSerializerFormatAttribute -> System.ServiceModel.Description.TypedMessageConverter
Public Shared Function Create (messageContract As Type, action As String, defaultNamespace As String, formatterAttribute As XmlSerializerFormatAttribute) As TypedMessageConverter
参数
- messageContract
- Type
一个使用 Type 批注过的 MessageContractAttribute 消息协定类型。
- action
- String
一个操作字符串。
- defaultNamespace
- String
一个命名空间。
- formatterAttribute
- XmlSerializerFormatAttribute
一个指定要使用的格式化程序的 XmlSerializerFormatAttribute。
返回
一个 TypedMessageConverter 实例。
例外
参数是 null
指定消息协定类型不具有应用的 MessageContractAttribute。