WiFiDirectServiceAdvertiser.ServiceNamePrefixes 属性

定义

获取当搜寻器使用前缀搜索时应与此服务匹配的服务名称前缀列表。 代码使用 IVector 方法在列表中添加或删除元素。

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

属性值

IVector<String>

IList<String>

IVector<Platform::String>

IVector<winrt::hstring>

前缀列表。 前缀值

适用于