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
- statements
Type: System.CodeDom.CodeStatementCollection
Return Value
Type: System.String
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
SerializeToSoapAfterRemovingUserData Overload
Microsoft.VisualStudio.Tools.Applications.ProgrammingModel.Internal Namespace