WsdlImporter.WsdlImportExtensions Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a set of IWsdlImportExtension objects used to import custom WSDL information.
public:
property System::Collections::Generic::KeyedByTypeCollection<System::ServiceModel::Description::IWsdlImportExtension ^> ^ WsdlImportExtensions { System::Collections::Generic::KeyedByTypeCollection<System::ServiceModel::Description::IWsdlImportExtension ^> ^ get(); };
public System.Collections.Generic.KeyedByTypeCollection<System.ServiceModel.Description.IWsdlImportExtension> WsdlImportExtensions { get; }
member this.WsdlImportExtensions : System.Collections.Generic.KeyedByTypeCollection<System.ServiceModel.Description.IWsdlImportExtension>
Public ReadOnly Property WsdlImportExtensions As KeyedByTypeCollection(Of IWsdlImportExtension)
Property Value
A set of IWsdlImportExtension objects used to import custom WSDL information.
Remarks
Use the WsdlImportExtensions property to add or remove custom WSDL importers.
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.