blockList (networkFilter) 元素

blockList (networkFilter) 元素指定计算机不得连接到的无线 LAN 网络的列表。

<xs:element name="blockList"
    minOccurs="0"
 >
    <xs:complexType>
        <xs:sequence>
            <xs:element name="network"
                maxOccurs="unbounded"
                type="networkItemType"
                ...
             />
            <xs:any
                processContents="lax"
                minOccurs="0"
                maxOccurs="unbounded"
                namespace="##other"
             />
        </xs:sequence>
    </xs:complexType>
</xs:element>

父元素

子元素

元素 类型 说明
网络 networkItemType 定义被阻止的网络。

要求

要求
最低受支持的客户端 Windows Vista [仅限桌面应用]
最低受支持的服务器 Windows Server 2008 [仅限桌面应用]