BlueprintNode.GetText 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 GetText ( _
    reader As XmlReader _
) As String
'Usage
Dim reader As XmlReader 
Dim returnValue As String 

returnValue = Me.GetText(reader)
protected internal string GetText(
    XmlReader reader
)
protected public:
String^ GetText(
    XmlReader^ reader
)
protected internal function GetText(
    reader : XmlReader
) : String

Parameters

Return Value

Type: System.String

.NET Framework Security

See Also

Reference

BlueprintNode Class

BlueprintNode Members

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