Método UCOMITypeInfo.ReleaseTypeAttr (IntPtr)
Dica
The .NET API Reference documentation has a new home. Visit the .NET API Browser on docs.microsoft.com to see the new experience.
Libera um System.Runtime.InteropServices.TYPEATTR retornado anteriormente por GetTypeAttr.
Namespace: System.Runtime.InteropServices
Assembly: mscorlib (em mscorlib.dll)
Sintaxe
void ReleaseTypeAttr(
IntPtr pTypeAttr
)
void ReleaseTypeAttr(
IntPtr pTypeAttr
)
abstract ReleaseTypeAttr :
pTypeAttr:nativeint -> unit
Sub ReleaseTypeAttr (
pTypeAttr As IntPtr
)
Parâmetros
pTypeAttr
Type: System.IntPtrReferência ao TYPEATTR a ser liberado.
Comentários
Para obter informações adicionais sobre ITypeInfo::ReleaseTypeAttr, consulte a biblioteca MSDN.
Informações de Versão
.NET Framework
Disponível desde 1.1
Confira Também
Interface UCOMITypeInfo
Namespace System.Runtime.InteropServices
Retornar ao início