CodeInterface2.ExtenderCATID 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取对象的扩展程序类别 ID (CATID)。 未在 Visual C# 中实现。
public:
property System::String ^ ExtenderCATID { System::String ^ get(); };
public:
property Platform::String ^ ExtenderCATID { Platform::String ^ get(); };
[System.Runtime.InteropServices.DispId(14)]
public string ExtenderCATID { [System.Runtime.InteropServices.DispId(14)] [System.Runtime.InteropServices.TypeLibFunc(1024)] get; }
[<System.Runtime.InteropServices.DispId(14)>]
[<get: System.Runtime.InteropServices.DispId(14)>]
[<get: System.Runtime.InteropServices.TypeLibFunc(1024)>]
member this.ExtenderCATID : string
Public ReadOnly Property ExtenderCATID As String
属性值
表示 CATID 的字符串。
实现
- 属性
注解
以字符串的形式返回表示对象的 CATID 的 GUID。
备注
CATID 通常特定于对象的实现。
此外,在进行某些类型的编辑之后,代码模型元素(例如类、结构、函数、特性、委托等)的值可能是不确定的,这意味着无法依赖于它们的值始终保持不变。