次の方法で共有


Layout.TryFind メソッド

定義

オーバーロード

TryFind(UtfAnyString, LayoutColumn)
TryFind(String, LayoutColumn)

TryFind(UtfAnyString, LayoutColumn)

public bool TryFind (Microsoft.Azure.Cosmos.Core.Utf8.UtfAnyString path, out Microsoft.Azure.Cosmos.Serialization.HybridRow.Layouts.LayoutColumn column);
member this.TryFind : Microsoft.Azure.Cosmos.Core.Utf8.UtfAnyString * LayoutColumn -> bool
Public Function TryFind (path As UtfAnyString, ByRef column As LayoutColumn) As Boolean

パラメーター

column
LayoutColumn

戻り値

適用対象

TryFind(String, LayoutColumn)

public bool TryFind (string path, out Microsoft.Azure.Cosmos.Serialization.HybridRow.Layouts.LayoutColumn column);
member this.TryFind : string * LayoutColumn -> bool
Public Function TryFind (path As String, ByRef column As LayoutColumn) As Boolean

パラメーター

path
String
column
LayoutColumn

戻り値

適用対象