IRemoteArgumentCollectionContract.GetCount 方法

定义

返回 IRemoteArgumentCollectionContract 中包含的元素的数目。Returns the number of elements contained in the IRemoteArgumentCollectionContract.

public:
 int GetCount();
public int GetCount ();
abstract member GetCount : unit -> int
Public Function GetCount () As Integer

返回

Int32

IRemoteArgumentCollectionContract 中包含的元素数。The number of elements contained in the IRemoteArgumentCollectionContract.

适用于