NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Axis Constructor (AxisType, AstNode, String, String, String, XmlNodeType)

[To be supplied.]

[Visual Basic]
Overloads Public Sub New( _
   ByVal axistype As Axis.AxisType, _
   ByVal input As AstNode, _
   ByVal urn As String, _
   ByVal prefix As String, _
   ByVal name As String, _
   ByVal nodetype As XmlNodeType _
)
[C#]
public Axis(
   Axis.AxisType axistype,
   AstNode input,
   string urn,
   string prefix,
   string name,
   XmlNodeType nodetype
);
[C++]
public: Axis(
   Axis.AxisType axistype,
   AstNode* input,
   String* urn,
   String* prefix,
   String* name,
   XmlNodeType nodetype
);
[JScript]
public function Axis(
   axistype : Axis.AxisType,
   input : AstNode,
   urn : String,
   prefix : String,
   name : String,
   nodetype : XmlNodeType
);

Parameters

axistype
[To be supplied.]
input
[To be supplied.]
urn
[To be supplied.]
prefix
[To be supplied.]
name
[To be supplied.]
nodetype
[To be supplied.]

See Also

Axis Class | Axis Members | System.Data.XML Namespace | Axis Constructor Overload List