Dim myServiceDescription As ServiceDescription = _
ServiceDescription.Read("Sample_VB.wsdl")
Dim myCollection As New ServiceDescriptionFormatExtensionCollection(myServiceDescription)
vb System.Web.Services.Description.ServiceDescriptionFormatExtensionCollection.ServiceDescriptionFormatExtensionCollection类(方法)实例源码
下面列出了vb System.Web.Services.Description.ServiceDescriptionFormatExtensionCollection.ServiceDescriptionFormatExtensionCollection 类(方法)源码代码实例,从而了解它的用法。