BlueprintNode.StringToStream 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 StringToStream ( _
    contents As String _
) As Stream
'Usage
Dim contents As String 
Dim returnValue As Stream 

returnValue = Me.StringToStream(contents)
protected internal Stream StringToStream(
    string contents
)
protected public:
Stream^ StringToStream(
    String^ contents
)
protected internal function StringToStream(
    contents : String
) : Stream

Parameters

Return Value

Type: System.IO.Stream

.NET Framework Security

See Also

Reference

BlueprintNode Class

BlueprintNode Members

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