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

returnValue = Me.MoveToExpectedElement(reader)
protected internal bool MoveToExpectedElement(
    XmlReader reader
)
protected public:
bool MoveToExpectedElement(
    XmlReader^ reader
)
protected internal function MoveToExpectedElement(
    reader : XmlReader
) : boolean

Parameters

Return Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

BlueprintNode Class

BlueprintNode Members

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