ViewObjectClass.View2_SelectNodes Method
This type is a wrapper for a coclass or coclass member that is required by managed code for COM interoperability. This class is not intended to be used in code.
Namespace: Microsoft.Office.Interop.InfoPath
Assembly: Microsoft.Office.Interop.InfoPath (in Microsoft.Office.Interop.InfoPath.dll)
Syntax
'Declaration
Public Overridable Sub View2_SelectNodes ( _
pxnStartNode As IXMLDOMNode, _
varEndNode As Object, _
varViewContext As Object _
)
'Usage
Dim instance As ViewObjectClass
Dim pxnStartNode As IXMLDOMNode
Dim varEndNode As Object
Dim varViewContext As Object
instance.View2_SelectNodes(pxnStartNode, _
varEndNode, varViewContext)
public virtual void View2_SelectNodes(
IXMLDOMNode pxnStartNode,
Object varEndNode,
Object varViewContext
)
Parameters
- pxnStartNode
Type: Microsoft.Office.Interop.InfoPath.Xml.IXMLDOMNode
- varEndNode
Type: System.Object
- varViewContext
Type: System.Object
Implements
View2.SelectNodes(IXMLDOMNode, Object, Object)