Visual Basic (Declaration) | |
---|---|
Public Overloads Sub MapXmlField( _ ByVal smartProperty As SmartPropertyDefinition, _ ByVal xmlServiceObjectProperty As XmlServiceObjectProperty, _ ByVal xpath As String, _ ByVal executionBlockName As String, _ ByVal methodName As String _ ) |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As SmartObjectDefinition Dim smartProperty As SmartPropertyDefinition Dim xmlServiceObjectProperty As XmlServiceObjectProperty Dim xpath As String Dim executionBlockName As String Dim methodName As String instance.MapXmlField(smartProperty, xmlServiceObjectProperty, xpath, executionBlockName, methodName) |
C# | |
---|---|
public void MapXmlField( SmartPropertyDefinition smartProperty, XmlServiceObjectProperty xmlServiceObjectProperty, string xpath, string executionBlockName, string methodName ) |
C++/CLI | |
---|---|
public: void MapXmlField( SmartPropertyDefinition^ smartProperty, XmlServiceObjectProperty^ xmlServiceObjectProperty, String^ xpath, String^ executionBlockName, String^ methodName ) |
Parameters
- smartProperty
- xmlServiceObjectProperty
- xpath
- executionBlockName
- methodName
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