次の方法で共有


GremlinVertex.GetVertexProperties メソッド

定義

オーバーロード

GetVertexProperties()
GetVertexProperties(String)

GetVertexProperties()

public System.Collections.Generic.IEnumerable<Microsoft.Azure.CosmosDB.BulkExecutor.Graph.Element.GremlinVertexProperty> GetVertexProperties();
member this.GetVertexProperties : unit -> seq<Microsoft.Azure.CosmosDB.BulkExecutor.Graph.Element.GremlinVertexProperty>
Public Function GetVertexProperties () As IEnumerable(Of GremlinVertexProperty)

戻り値

適用対象

GetVertexProperties(String)

public System.Collections.Generic.IEnumerable<Microsoft.Azure.CosmosDB.BulkExecutor.Graph.Element.GremlinVertexProperty> GetVertexProperties(string key);
member this.GetVertexProperties : string -> seq<Microsoft.Azure.CosmosDB.BulkExecutor.Graph.Element.GremlinVertexProperty>
Public Function GetVertexProperties (key As String) As IEnumerable(Of GremlinVertexProperty)

パラメーター

key
String

戻り値

適用対象