Layout.TryFind メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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
パラメーター
- path
- UtfAnyString
- 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
戻り値
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET