共用方式為


INDRegistrationCompletedEventArgs.ResponseCustomData 屬性

定義

從註冊回應取得自訂資料。

public:
 property INDCustomData ^ ResponseCustomData { INDCustomData ^ get(); };
INDCustomData ResponseCustomData();
/// [get: Windows.Foundation.Metadata.Deprecated("INDRegistrationCompletedEventArgs is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 196608, "Windows.Foundation.UniversalApiContract")]
INDCustomData ResponseCustomData();
public INDCustomData ResponseCustomData { get; }
public INDCustomData ResponseCustomData { [Windows.Foundation.Metadata.Deprecated("INDRegistrationCompletedEventArgs 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 iNDCustomData = iNDRegistrationCompletedEventArgs.responseCustomData;
Public ReadOnly Property ResponseCustomData As INDCustomData

屬性值

註冊回應中的自訂資料。

屬性

適用於