ProtocolCollection.AllKeys 属性

定义

获取 ProtocolCollection 实例的所有键。

此 API 支持产品基础结构,不能在代码中直接使用。

public:
 property cli::array <System::String ^> ^ AllKeys { cli::array <System::String ^> ^ get(); };
public string[] AllKeys { get; }
member this.AllKeys : string[]
Public ReadOnly Property AllKeys As String()

属性值

String[]

包含集合键的数组。

注解

AllKeys.NET Framework 3.5 中引入了 。 有关详细信息,请参见版本和依赖关系

适用于