LanIdentifier 类

定义

表示特定 NetworkAdapter 对象的物理标识数据。 有关显示如何检索由 LanIdentifier 对象表示的数据的代码示例,请参阅 如何检索网络适配器和位置信息 (XAML)

public ref class LanIdentifier sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class LanIdentifier final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class LanIdentifier
Public NotInheritable Class LanIdentifier
继承
Object Platform::Object IInspectable LanIdentifier
属性

Windows 要求

设备系列
Windows 10 (在 10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v1.0 中引入)

示例

如何 (XAML) 检索网络适配器和位置信息

注解

如果网络适配器媒体类型为无线 LAN,则位置数据表示为 BSSID;如果网络适配器类型为以太网,则表示为元组 <“机箱 Id”(端口号> )。 数据根据 LLDP 协议表示。

属性

InfrastructureId

获取一个 LanIdentifierData 对象,该对象包含网络适配器连接的区域标识信息。

NetworkAdapterId

获取适配器 GUID,该 GUID 标识要与位置信息关联的网络适配器。

PortId

获取 LanIdentifierData 对象,该对象包含来自以太网类型网络适配器 (LLDP) 位置信息的链路层发现协议的端口 ID。

适用于