BlueprintNode.SerializeToSoapAfterRemovingUserData Method (CodeStatementCollection)

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 SerializeToSoapAfterRemovingUserData ( _
    statements As CodeStatementCollection _
) As String
'Usage
Dim statements As CodeStatementCollection 
Dim returnValue As String 

returnValue = Me.SerializeToSoapAfterRemovingUserData(statements)
protected internal string SerializeToSoapAfterRemovingUserData(
    CodeStatementCollection statements
)
protected public:
String^ SerializeToSoapAfterRemovingUserData(
    CodeStatementCollection^ statements
)
protected internal function SerializeToSoapAfterRemovingUserData(
    statements : CodeStatementCollection
) : String

Parameters

Return Value

Type: System.String

.NET Framework Security

See Also

Reference

BlueprintNode Class

BlueprintNode Members

SerializeToSoapAfterRemovingUserData Overload

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