UCOMITypeInfo.ReleaseTypeAttr(IntPtr) 方法
定义
释放先前由 GetTypeAttr(IntPtr) 返回的 TYPEATTR。Releases a TYPEATTR previously returned by GetTypeAttr(IntPtr).
public:
void ReleaseTypeAttr(IntPtr pTypeAttr);
public void ReleaseTypeAttr (IntPtr pTypeAttr);
abstract member ReleaseTypeAttr : nativeint -> unit
Public Sub ReleaseTypeAttr (pTypeAttr As IntPtr)
参数
- pTypeAttr
- IntPtr
对要释放的 TYPEATTR 的引用。Reference to the TYPEATTR to release.
注解
有关的其他信息 ITypeInfo::ReleaseTypeAttr ,请参阅 MSDN library。For additional information about ITypeInfo::ReleaseTypeAttr, see the MSDN Library.