string (C++)
表示一維 char
、 wchar_t
、 byte
(或對等的)陣列或這類陣列的指標必須視為字串。
語法
[string]
備註
字串C++屬性的功能與字串 MIDL 屬性相同。
範例
下列程式代碼示範如何在 介面和 typedef 上使用字串 :
// cpp_attr_ref_string.cpp
// compile with: /LD
#include "unknwn.h"
[module(name="ATLFIRELib")];
[export, string] typedef char a[21];
[dispinterface, restricted, uuid("00000000-0000-0000-0000-000000000001")]
__interface IFireTabCtrl
{
[id(1)] HRESULT Method3([in, string] char *pC);
};
需求
屬性內容 | 值 |
---|---|
適用於 | 陣列或陣列、介面參數、介面方法的指標 |
可重複 | No |
必要屬性 | 無 |
無效屬性 | 無 |
如需有關屬性內容的詳細資訊,請參閱 屬性內容。