Layout.TryFind 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.
Overloads
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
Parameters
- path
- UtfAnyString
- column
- LayoutColumn
Returns
Applies to
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
Parameters
- path
- String
- column
- LayoutColumn
Returns
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET