次の方法で共有


PropertyBatchResult.GetProperty(Int32) メソッド

定義

指定したインデックス内の NamedProperty によって PropertyBatchOperation 返される オブジェクトを取得します。

public System.Fabric.NamedProperty GetProperty (int index);
member this.GetProperty : int -> System.Fabric.NamedProperty
Public Function GetProperty (index As Integer) As NamedProperty

パラメーター

index
Int32

Int32送信されたバッチ内のインデックスを示す 。

戻り値

NamedProperty を返します。

注釈

が返されるかどうかは NamedPropertyMetadata 、 の引数 GetPropertyOperationに依存します。 操作の型が指定した型と異なる場合にエラーを返します。

適用対象