RemoteSystemRemovedEventArgs 類別

定義

取得RemoteSystemRemoved事件的相關資訊,也就是已移除的RemoteSystem

public ref class RemoteSystemRemovedEventArgs sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 196608)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class RemoteSystemRemovedEventArgs final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 196608)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class RemoteSystemRemovedEventArgs
Public NotInheritable Class RemoteSystemRemovedEventArgs
繼承
Object Platform::Object IInspectable RemoteSystemRemovedEventArgs
屬性

Windows 需求

裝置系列
Windows 10 Anniversary Edition (已於 10.0.14393.0 引進)
API contract
Windows.Foundation.UniversalApiContract (已於 v3.0 引進)
應用程式功能
remoteSystem

備註

每當引發 RemoteSystemRemoved 事件 (時,就會具現化這個類別,也就是每當先前探索到的 RemoteSystem 無法再) 時,就應該由方法處理 (註冊至此事件) 。

屬性

RemoteSystemId

RemoteSystem物件,代表已從一組可探索裝置中移除的裝置,導致引發包含RemoteSystemRemoved事件的裝置。

適用於

另請參閱