Visual Basic (Declaration) | |
---|---|
Public Overloads Sub MapXmlField( _ ByVal value As String, _ ByVal xmlServiceObjectProperty As XmlServiceObjectProperty, _ ByVal xpath As String, _ ByVal executionBlockName As String, _ ByVal methodName As String, _ ByVal xmlMappingType As XmlMappingType _ ) |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As SmartObjectDefinition Dim value As String Dim xmlServiceObjectProperty As XmlServiceObjectProperty Dim xpath As String Dim executionBlockName As String Dim methodName As String Dim xmlMappingType As XmlMappingType instance.MapXmlField(value, xmlServiceObjectProperty, xpath, executionBlockName, methodName, xmlMappingType) |
C# | |
---|---|
public void MapXmlField( string value, XmlServiceObjectProperty xmlServiceObjectProperty, string xpath, string executionBlockName, string methodName, XmlMappingType xmlMappingType ) |
C++/CLI | |
---|---|
public: void MapXmlField( String^ value, XmlServiceObjectProperty^ xmlServiceObjectProperty, String^ xpath, String^ executionBlockName, String^ methodName, XmlMappingType xmlMappingType ) |
Parameters
- value
- xmlServiceObjectProperty
- xpath
- executionBlockName
- methodName
- xmlMappingType
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2