IGetContextProperties::GetProperty 方法 (comsvcs.h)
擷取指定內容屬性的值。
語法
HRESULT GetProperty(
[in] BSTR name,
[out, retval] VARIANT *pProperty
);
參數
[in] name
目前內容屬性的名稱。
[out, retval] pProperty
屬性的值 (s) 。
傳回值
這個方法可以傳回標準傳回值E_INVALIDARG、E_OUTOFMEMORY、E_UNEXPECTED、E_FAIL和S_OK。
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | Windows 2000 專業版 [僅限傳統型應用程式] |
最低支援的伺服器 | Windows 2000 Server [僅限傳統型應用程式] |
目標平台 | Windows |
標頭 | comsvcs.h |