name property

[This documentation is preliminary and is subject to change.]

Sets or retrieves a value that indicates the window name.

Syntax

HRESULT value = object.put_name(BSTR v);HRESULT value = object.get_name(BSTR* p);

Property values

Type: BSTR

an arbitrary name used to identify the object.

Remarks

To access a window's IHTMLWindow2::name property, use the window keyword.

 

 

Build date: 6/12/2012