_CodeDOMProcessor.CodeDOMFromXML Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Namespace:  Microsoft.Vsa.Vb.CodeDOM
Assembly:  Microsoft.Vsa.Vb.CodeDOMProcessor (in Microsoft.Vsa.Vb.CodeDOMProcessor.dll)

Syntax

'Declaration
Function CodeDOMFromXML ( _
    xmlStream As String _
) As CodeCompileUnit
CodeCompileUnit CodeDOMFromXML(
    string xmlStream
)
CodeCompileUnit^ CodeDOMFromXML(
    String^ xmlStream
)
abstract CodeDOMFromXML : 
        xmlStream:string -> CodeCompileUnit
function CodeDOMFromXML(
    xmlStream : String
) : CodeCompileUnit

Parameters

Return Value

Type: System.CodeDom.CodeCompileUnit

.NET Framework Security

See Also

Reference

_CodeDOMProcessor Interface

Microsoft.Vsa.Vb.CodeDOM Namespace