IAccPropServices.DecomposeHwndIdentityString Método
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Sobrecargas
| Name | Description |
|---|---|
| DecomposeHwndIdentityString(Byte, UInt32, IntPtr, UInt32, UInt32) |
A IAccPropServices interface e todos os seus membros expostos fazem parte de um wrapper gerido para a interface Component Object Model (COM |
| DecomposeHwndIdentityString(Byte, UInt32, _RemotableHandle, UInt32, UInt32) |
A IAccPropServices interface e todos os seus membros expostos fazem parte de um wrapper gerido para a interface IAccPropServices do Component Object Model (COM). |
DecomposeHwndIdentityString(Byte, UInt32, IntPtr, UInt32, UInt32)
A IAccPropServices interface e todos os seus membros expostos fazem parte de um wrapper gerido para a interface Component Object Model (COM IAccPropServices ).
public:
void DecomposeHwndIdentityString(System::Byte % pIDString, System::UInt32 dwIDStringLen, IntPtr phwnd, [Runtime::InteropServices::Out] System::UInt32 % pidObject, [Runtime::InteropServices::Out] System::UInt32 % pidChild);
public void DecomposeHwndIdentityString(ref byte pIDString, uint dwIDStringLen, IntPtr phwnd, out uint pidObject, out uint pidChild);
abstract member DecomposeHwndIdentityString : byte * uint32 * nativeint * uint32 * uint32 -> unit
Public Sub DecomposeHwndIdentityString (ByRef pIDString As Byte, dwIDStringLen As UInteger, phwnd As IntPtr, ByRef pidObject As UInteger, ByRef pidChild As UInteger)
Parâmetros
- pIDString
- Byte
Apontador para um buffer que contém a cadeia identidade de um elemento acessível baseado em Hwnd.
- dwIDStringLen
- UInt32
Especifica o comprimento da cadeia identidade especificada por pIDString.
- phwnd
-
IntPtr
nativeint
Apontador para um buffer que recebe o HWND do elemento acessível.
- pidObject
- UInt32
Aponta para um buffer que recebe o ID do objeto do elemento acessível.
- pidChild
- UInt32
Aponta para um buffer que recebe o ID filho do elemento acessível.
Aplica-se a
DecomposeHwndIdentityString(Byte, UInt32, _RemotableHandle, UInt32, UInt32)
A IAccPropServices interface e todos os seus membros expostos fazem parte de um wrapper gerido para a interface IAccPropServices do Component Object Model (COM).
public:
void DecomposeHwndIdentityString(System::Byte % pIDString, System::UInt32 dwIDStringLen, [Runtime::InteropServices::Out] Accessibility::_RemotableHandle % phwnd, [Runtime::InteropServices::Out] System::UInt32 % pidObject, [Runtime::InteropServices::Out] System::UInt32 % pidChild);
public void DecomposeHwndIdentityString(ref byte pIDString, uint dwIDStringLen, out Accessibility._RemotableHandle phwnd, out uint pidObject, out uint pidChild);
abstract member DecomposeHwndIdentityString : byte * uint32 * _RemotableHandle * uint32 * uint32 -> unit
Public Sub DecomposeHwndIdentityString (ByRef pIDString As Byte, dwIDStringLen As UInteger, ByRef phwnd As _RemotableHandle, ByRef pidObject As UInteger, ByRef pidChild As UInteger)
Parâmetros
- pIDString
- Byte
Apontador para um buffer que contém a cadeia identidade de um elemento acessível baseado em Hwnd.
- dwIDStringLen
- UInt32
Especifica o comprimento da cadeia identidade especificada por pIDString.
- phwnd
- _RemotableHandle
Apontador para um buffer que recebe o HWND do elemento acessível.
- pidObject
- UInt32
Aponta para um buffer que recebe o ID do objeto do elemento acessível.
- pidChild
- UInt32
Aponta para um buffer que recebe o ID filho do elemento acessível.
Observações
Para mais informações sobre IAccPropServices, consulte a documentação sobre a Anotação Dinâmica.