IBizTalkPropertyFrameSite.GetNodeInfoForPage(UInt32, String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)
Parameters
- pageIndex
- UInt32
- name
- String
- parentName
- String