SoapExtensionImporter.ImportContext 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置调用 SoapProtocolImporter 方法的 ImportMethod(CodeAttributeDeclarationCollection) 实例。
public:
property System::Web::Services::Description::SoapProtocolImporter ^ ImportContext { System::Web::Services::Description::SoapProtocolImporter ^ get(); void set(System::Web::Services::Description::SoapProtocolImporter ^ value); };
public System.Web.Services.Description.SoapProtocolImporter ImportContext { get; set; }
member this.ImportContext : System.Web.Services.Description.SoapProtocolImporter with get, set
Public Property ImportContext As SoapProtocolImporter
属性值
SoapProtocolImporter 实例,其调用了 ImportMethod(CodeAttributeDeclarationCollection) 方法。
注解
对象 SoapProtocolImporter 维护对派生类型的实例的 SoapExtensionImporter 引用,然后调用 ImportMethod 其中每个实例。