BlueprintNode.SerializeToSoap Method

This API supports the Visual Studio Tools for Applications infrastructure and is not intended to be used directly from your code.

Namespace:  Microsoft.VisualStudio.Tools.Applications.ProgrammingModel.Internal
Assembly:  Microsoft.VisualStudio.Tools.Applications.ProgrammingModel (in Microsoft.VisualStudio.Tools.Applications.ProgrammingModel.dll)

Syntax

'Declaration
Protected Friend Function SerializeToSoap ( _
    contents As Object _
) As String
'Usage
Dim contents As Object 
Dim returnValue As String 

returnValue = Me.SerializeToSoap(contents)
protected internal string SerializeToSoap(
    Object contents
)
protected public:
String^ SerializeToSoap(
    Object^ contents
)
protected internal function SerializeToSoap(
    contents : Object
) : String

Parameters

Return Value

Type: System.String

.NET Framework Security

See Also

Reference

BlueprintNode Class

BlueprintNode Members

Microsoft.VisualStudio.Tools.Applications.ProgrammingModel.Internal Namespace