Método CriticalHandle.SetHandle (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.
Define o identificador para o identificador pré-existente especificado.
Namespace: System.Runtime.InteropServices
Assembly: mscorlib (em mscorlib.dll)
Sintaxe
protected void SetHandle(
IntPtr handle
)
protected:
void SetHandle(
IntPtr handle
)
member SetHandle :
handle:nativeint -> unit
Protected Sub SetHandle (
handle As IntPtr
)
Parâmetros
handle
Type: System.IntPtrO identificador pré-existente a ser usado.
Comentários
Use o SetHandle método somente se você precisar oferecer suporte a um identificador já existente (por exemplo, se o identificador é retornado em uma estrutura) porque a infraestrutura de interoperabilidade do .NET Framework COM não oferece suporte para marshaling trata-se em uma estrutura.
Informações de Versão
Plataforma Universal do Windows
Disponível desde 8
.NET Framework
Disponível desde 2.0
Biblioteca de Classes Portátil
Com suporte no: plataformas portáteis do .NET
Silverlight
Disponível desde 2.0
Windows Phone Silverlight
Disponível desde 8.0
Windows Phone
Disponível desde 8.1
Confira Também
Classe CriticalHandle
Namespace System.Runtime.InteropServices
Retornar ao início