次の方法で共有


ISimpleXmlReader.GetNextNode(String, String, String, Boolean) メソッド

定義

public:
 bool GetNextNode([Runtime::InteropServices::Out] System::String ^ % nodeName, [Runtime::InteropServices::Out] System::String ^ % nodeValue, [Runtime::InteropServices::Out] System::String ^ % nodeNamespace, [Runtime::InteropServices::Out] bool % isPromoted);
public bool GetNextNode (out string nodeName, out string nodeValue, out string nodeNamespace, out bool isPromoted);
abstract member GetNextNode : string * string * string * bool -> bool
Public Function GetNextNode (ByRef nodeName As String, ByRef nodeValue As String, ByRef nodeNamespace As String, ByRef isPromoted As Boolean) As Boolean

パラメーター

nodeName
String
nodeValue
String
nodeNamespace
String
isPromoted
Boolean

戻り値

適用対象