ITypeInfo.ReleaseTypeAttr(IntPtr) 方法
定义
释放先前由 TYPEATTR 方法返回的一个 GetTypeAttr(IntPtr) 结构。Releases a TYPEATTR structure previously returned by the GetTypeAttr(IntPtr) method.
public:
void ReleaseTypeAttr(IntPtr pTypeAttr);
public void ReleaseTypeAttr (IntPtr pTypeAttr);
abstract member ReleaseTypeAttr : nativeint -> unit
Public Sub ReleaseTypeAttr (pTypeAttr As IntPtr)
参数
- pTypeAttr
- IntPtr
对要释放的 TYPEATTR 结构的引用。A reference to the TYPEATTR structure to release.
注解
有关详细信息,请参阅 ITypeInfo:: ReleaseTypeAttr 方法。For more information, see ITypeInfo::ReleaseTypeAttr method.