共用方式為


Win32_RDSHCollection 類別的 KeyValueGet 方法

擷取與集合中指定索引鍵相關聯的值。

語法

uint32 KeyValueGet(
  [in]  string Key,
  [out] string Value
);

參數

機碼 [in]

識別您想要擷取之值的索引鍵。

[out]

成功時,傳回與指定索引鍵相關聯的值。

規格需求

需求
最低支援的用戶端
都不支援
最低支援的伺服器
Windows Server 2016
命名空間
Root\cimv2\rdms
MOF
RDManagement.mof
DLL
RDMS.dll

另請參閱

Win32_RDSHCollection