Sdílet prostřednictvím


SoapExtensionImporter.ImportContext Vlastnost

Definice

Získá nebo nastaví SoapProtocolImporter instanci, která vyvolá metodu 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

Hodnota vlastnosti

Instance SoapProtocolImporter , která vyvolá metodu ImportMethod(CodeAttributeDeclarationCollection) .

Poznámky

Objekt SoapProtocolImporter udržuje odkazy na instance odvozených SoapExtensionImporter typů a pak volá metodu ImportMethod na každé z těchto instancí.

Platí pro