Share via


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

邻近感应检测操作期间发生的重试次数。

属性

适用于