你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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

返回

适用于