IBizTalkPropertyFrameSite.GetNodeInfoForPage(UInt32, String, String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
public:
void GetNodeInfoForPage(System::UInt32 pageIndex, [Runtime::InteropServices::Out] System::String ^ % name, [Runtime::InteropServices::Out] System::String ^ % parentName);
public void GetNodeInfoForPage (uint pageIndex, out string name, out string parentName);
abstract member GetNodeInfoForPage : uint32 * string * string -> unit
Public Sub GetNodeInfoForPage (pageIndex As UInteger, ByRef name As String, ByRef parentName As String)
參數
- pageIndex
- UInt32
- name
- String
- parentName
- String