INDRegistrationCompletedEventArgs.TransmitterProperties プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
送信機の証明書から送信機のプロパティを取得して、送信機を確認します。
public:
property INDTransmitterProperties ^ TransmitterProperties { INDTransmitterProperties ^ get(); };
INDTransmitterProperties TransmitterProperties();
/// [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")]
INDTransmitterProperties TransmitterProperties();
public INDTransmitterProperties TransmitterProperties { get; }
public INDTransmitterProperties TransmitterProperties { [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 iNDTransmitterProperties = iNDRegistrationCompletedEventArgs.transmitterProperties;
Public ReadOnly Property TransmitterProperties As INDTransmitterProperties
プロパティ値
送信機の証明書のプロパティ。
- 属性