Visual Basic (Declaration) | |
---|---|
Public Shared Sub CreateProcessXmlField( _ ByVal process As Process, _ ByVal fieldName As String, _ ByVal schema As String, _ ByVal xml As String, _ ByVal setAsSystem As Boolean _ ) |
Visual Basic (Usage) | ![]() |
---|---|
Dim process As Process Dim fieldName As String Dim schema As String Dim xml As String Dim setAsSystem As Boolean Shared.CreateProcessXmlField(process, fieldName, schema, xml, setAsSystem) |
C# | |
---|---|
public static void CreateProcessXmlField( Process process, string fieldName, string schema, string xml, bool setAsSystem ) |
C++/CLI | |
---|---|
public: static void CreateProcessXmlField( Process^ process, String^ fieldName, String^ schema, String^ xml, bool setAsSystem ) |
Parameters
- process
- fieldName
- schema
- xml
- setAsSystem
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