共用方式為


SubjectAlternativeNameInfo.IPAddresses 屬性

定義

取得 IP 位址。

public:
 property IVector<Platform::String ^> ^ IPAddresses { IVector<Platform::String ^> ^ get(); };
IVector<winrt::hstring> IPAddresses();
public IList<string> IPAddresses { get; }
var iVector = subjectAlternativeNameInfo.iPAddresses;
Public ReadOnly Property IPAddresses As IList(Of String)

屬性值

IVector<String>

IList<String>

IVector<Platform::String>

IVector<winrt::hstring>

IP 位址。

Windows 需求

裝置系列
Windows 10 Creators Update (已於 10.0.15063.0 引進)
API contract
Windows.Foundation.UniversalApiContract (已於 v4.0 引進)

適用於