HttpWebClientProtocol.GenerateXmlMappings 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
지정한 형식으로 노출된 각 XML Web services 메서드의 XmlMembersMapping을 가져옵니다.
오버로드
GenerateXmlMappings(Type, ArrayList) |
지정한 형식으로 노출되는 각 XML Web services 메서드의 XmlMembersMapping을 가져와서 지정한 ArrayList에 저장합니다. |
GenerateXmlMappings(Type[], ArrayList) |
지정한 형식으로 노출된 각 XML Web services 메서드의 XmlMembersMapping을 가져와서 해당 매핑을 ArrayList는 물론 이 메서드가 반환하는 Hashtable에 저장합니다. |
GenerateXmlMappings(Type, ArrayList)
지정한 형식으로 노출되는 각 XML Web services 메서드의 XmlMembersMapping을 가져와서 지정한 ArrayList에 저장합니다.
public:
static bool GenerateXmlMappings(Type ^ type, System::Collections::ArrayList ^ mappings);
public static bool GenerateXmlMappings (Type type, System.Collections.ArrayList mappings);
static member GenerateXmlMappings : Type * System.Collections.ArrayList -> bool
Public Shared Function GenerateXmlMappings (type As Type, mappings As ArrayList) As Boolean
매개 변수
반환
type
이 SoapHttpClientProtocol에 할당될 수 있으면 true
이고, 그렇지 않으면 false
입니다.
적용 대상
GenerateXmlMappings(Type[], ArrayList)
지정한 형식으로 노출된 각 XML Web services 메서드의 XmlMembersMapping을 가져와서 해당 매핑을 ArrayList는 물론 이 메서드가 반환하는 Hashtable에 저장합니다.
public:
static System::Collections::Hashtable ^ GenerateXmlMappings(cli::array <Type ^> ^ types, System::Collections::ArrayList ^ mappings);
public static System.Collections.Hashtable GenerateXmlMappings (Type[] types, System.Collections.ArrayList mappings);
static member GenerateXmlMappings : Type[] * System.Collections.ArrayList -> System.Collections.Hashtable
Public Shared Function GenerateXmlMappings (types As Type(), mappings As ArrayList) As Hashtable
매개 변수
반환
지정한 형식으로 노출된 각 XML Web services 메서드의 Hashtable이 들어 있는 XmlMembersMapping입니다.
types
에 들어 있는 형식은 키로 사용됩니다.
적용 대상
.NET