Compartilhar via


CAccPropServicesClass.DecomposeHwndIdentityString Método

Definição

Sobrecargas

DecomposeHwndIdentityString(Byte, UInt32, IntPtr, UInt32, UInt32)

O CAccPropServicesClass e todos os seus membros expostos fazem parte de um wrapper gerenciado para a interface IAccPropServices COM (Component Object Model).

DecomposeHwndIdentityString(Byte, UInt32, _RemotableHandle, UInt32, UInt32)

O CAccPropServicesClass e todos os seus membros expostos fazem parte de um wrapper gerenciado para a interface IAccPropServices COM (Component Object Model).

DecomposeHwndIdentityString(Byte, UInt32, IntPtr, UInt32, UInt32)

O CAccPropServicesClass e todos os seus membros expostos fazem parte de um wrapper gerenciado para a interface IAccPropServices COM (Component Object Model).

public:
 virtual void DecomposeHwndIdentityString(System::Byte % pIDString, System::UInt32 dwIDStringLen, IntPtr phwnd, [Runtime::InteropServices::Out] System::UInt32 % pidObject, [Runtime::InteropServices::Out] System::UInt32 % pidChild) = Accessibility::IAccPropServices::DecomposeHwndIdentityString;
public virtual void DecomposeHwndIdentityString (ref byte pIDString, uint dwIDStringLen, IntPtr phwnd, out uint pidObject, out uint pidChild);
abstract member DecomposeHwndIdentityString : byte * uint32 * nativeint * uint32 * uint32 -> unit
override this.DecomposeHwndIdentityString : byte * uint32 * nativeint * uint32 * uint32 -> unit
Public Overridable Sub DecomposeHwndIdentityString (ByRef pIDString As Byte, dwIDStringLen As UInteger, phwnd As IntPtr, ByRef pidObject As UInteger, ByRef pidChild As UInteger)

Parâmetros

pIDString
Byte

Ponteiro para um buffer que contém a cadeia de caracteres de identidade de um elemento acessível com base em Hwnd.

dwIDStringLen
UInt32

Especifica o comprimento da cadeia de caracteres de identidade especificada por pIDString.

phwnd
IntPtr

nativeint

Ponteiro para um buffer que recebe o HWND do elemento acessível.

pidObject
UInt32

Ponteiro para um buffer que recebe a ID do objeto do elemento acessível.

pidChild
UInt32

Ponteiro para um buffer que recebe a ID do filho do elemento acessível.

Implementações

Aplica-se a

DecomposeHwndIdentityString(Byte, UInt32, _RemotableHandle, UInt32, UInt32)

O CAccPropServicesClass e todos os seus membros expostos fazem parte de um wrapper gerenciado para a interface IAccPropServices COM (Component Object Model).

public:
 virtual 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) = Accessibility::IAccPropServices::DecomposeHwndIdentityString;
public virtual 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
override this.DecomposeHwndIdentityString : byte * uint32 * _RemotableHandle * uint32 * uint32 -> unit
Public Overridable 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

O CAccPropServicesClass e todos os seus membros expostos fazem parte de um wrapper gerenciado para a interface IAccPropServices COM (Component Object Model).

dwIDStringLen
UInt32

Especifica o comprimento da cadeia de caracteres de identidade especificada por pIDString.

phwnd
_RemotableHandle

Ponteiro para um buffer que recebe o HWND do elemento acessível.

pidObject
UInt32

Ponteiro para um buffer que recebe a ID do objeto do elemento acessível.

pidChild
UInt32

Ponteiro para um buffer que recebe a ID do filho do elemento acessível.

Implementações

Aplica-se a