MetaChildrenColumn.GetChildrenListPath(Object) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得子資料表的清單動作頁面路徑。
public:
System::String ^ GetChildrenListPath(System::Object ^ row);
public:
virtual System::String ^ GetChildrenListPath(System::Object ^ row);
public string GetChildrenListPath (object row);
member this.GetChildrenListPath : obj -> string
abstract member GetChildrenListPath : obj -> string
override this.GetChildrenListPath : obj -> string
Public Function GetChildrenListPath (row As Object) As String
參數
- row
- Object
包含外部索引鍵欄位的資料列。
傳回
子資料表的清單動作頁面路徑。
備註
GetChildrenListPath當您想要使用指定的資料列做為父代來抓取子資料工作表的清單動作頁面時,請使用方法。 路徑的取得方式是將查詢字串值附加至 URL,其中包含參數中所指定的外鍵域值 row
。
使用 GetChildrenListPath 方法與叫用 GetChildrenPath(String, Object) 方法和傳遞 List 動作做為第一個參數相同。