BlueprintNode.PopOut 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 Sub PopOut ( _
    reader As XmlReader, _
    depth As Integer _
)
'Usage
Dim reader As XmlReader 
Dim depth As Integer 

Me.PopOut(reader, depth)
protected internal void PopOut(
    XmlReader reader,
    int depth
)
protected public:
void PopOut(
    XmlReader^ reader, 
    int depth
)
protected internal function PopOut(
    reader : XmlReader, 
    depth : int
)

Parameters

.NET Framework Security

See Also

Reference

BlueprintNode Class

BlueprintNode Members

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