次の方法で共有


INDProximityDetectionCompletedEventArgs.ProximityDetectionRetryCount プロパティ

定義

近接検出操作中に発生した再試行回数を取得します。

public:
 property unsigned int ProximityDetectionRetryCount { unsigned int get(); };
uint32_t ProximityDetectionRetryCount();
/// [get: Windows.Foundation.Metadata.Deprecated("INDProximityDetectionCompletedEventArgs is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 196608, "Windows.Foundation.UniversalApiContract")]
uint32_t ProximityDetectionRetryCount();
public uint ProximityDetectionRetryCount { get; }
public uint ProximityDetectionRetryCount { [Windows.Foundation.Metadata.Deprecated("INDProximityDetectionCompletedEventArgs is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 196608, "Windows.Foundation.UniversalApiContract")] get; }
var uInt32 = iNDProximityDetectionCompletedEventArgs.proximityDetectionRetryCount;
Public ReadOnly Property ProximityDetectionRetryCount As UInteger

プロパティ値

UInt32

unsigned int

uint32_t

近接検出操作中に発生した再試行回数。

属性

適用対象