共用方式為


odl

識別為物件描述語言 (ODL) 介面的介面。 MIDL 編譯器不需要 odl 屬性。 它會辨識只是為了與較舊的.odl 檔案的相容性。

[odl]

備註

Odl C++ 屬性具有相同的功能,為 odl MIDL 屬性。

範例

// cpp_attr_ref_odl.cpp
// compile with: /LD
#include <unknwn.h>
[module(name="MyLIb")];

[odl, oleautomation, dual, uuid("00000000-0000-0000-0000-000000000001")]
__interface IMyInterface
{
   HRESULT x();
};

[coclass, uuid("00000000-0000-0000-0000-000000000002")]
class cmyClass : public IMyInterface
{
public:
   HRESULT x(){}
};

需求

屬性內容

適用於

interface

可重複

必要的屬性

None

無效的屬性

None

如需有關屬性內容的詳細資訊,請參閱屬性內容

請參閱

其他資源

IDL 屬性

介面屬性

Attributes Samples