方法 | 說明 |
---|---|
getBooleanProperty | 取得名稱所識別之 Boolean 內容的值。 |
getByteProperty | 取得名稱所識別之位元組內容的值。 |
getBytesProperty | 取得名稱所識別之位元組陣列內容的值。 |
getCharProperty | 取得名稱所識別之二位元組字元內容的值。 |
getDoubleProperty | 取得名稱所識別之倍精準度浮點數內容的值。 |
getFloatProperty | 取得名稱所識別之浮點數內容的值。 |
getIntProperty | 取得名稱所識別之整數內容的值。 |
getLongProperty | 取得名稱所識別之長整數內容的值。 |
getObjectProperty | 取得名稱所識別之內容的值和資料類型。 |
getProperty | 取得名稱所識別之內容的 Properties 物件。 |
getShortProperty | 取得名稱所識別之短整數內容的值。 |
getStringProperty | 取得名稱所識別之字串內容的值。 |
setBooleanProperty | 設定名稱所識別之 Boolean 內容的值。 |
setByteProperty | 設定名稱所識別之位元組內容的值。 |
setBytesProperty | 設定名稱所識別之位元組陣列內容的值。 |
setCharProperty | 設定名稱所識別之二位元組字元內容的值。 |
setDoubleProperty | 設定名稱所識別之倍精準度浮點數內容的值。 |
setFloatProperty | 設定名稱所識別之浮點數內容的值。 |
setIntProperty | 設定名稱所識別之整數內容的值。 |
setLongProperty | 設定名稱所識別之長整數內容的值。 |
setObjectProperty | 設定名稱所識別之內容的值和資料類型。 |
setProperty | 使用 Properties 物件來設定內容的值。 |
setShortProperty | 設定名稱所識別之短整數內容的值。 |
setStringProperty | 設定名稱所識別之字串內容的值。 |
xmsINT getBytesProperty(const String & propertyName, xmsSBYTE *propertyValue, const xmsINT length, xmsINT *actualLength) const;
有關此方法用法的詳細資訊, 請參閱會傳回位元組陣列的 C++ 方法。
xmsOBJECT_TYPE getObjectProperty(const String & propertyName, xmsSBYTE *propertyValue, const xmsINT length, xmsINT *actualLength);
有關此方法用法的詳細資訊, 請參閱會傳回位元組陣列的 C++ 方法。
xmsVOID setBytesProperty(const String & propertyName, const xmsSBYTE *propertyValue, const xmsINT length);
xmsVOID setObjectProperty(const String & propertyName, const xmsOBJECT_TYPE objectType, const xmsSBYTE *propertyValue, const xmsINT length);