Sets the local name of a specific attribute.
Sub setLocalName(ByVal nIndex As Long, ByVal strLocalName As String)
oIMXAttributes.setLocalName(nIndex, strLocalName)
HRESULT setLocalName(
[in] int nIndex,
[in] BSTR strLocalName);
IMXAttributes implementation: incorrect index (E_INVALIDARG). It may return a generic failure code, such as out-of-memory.To view reference material for Visual Basic or C++ only, click the Language Filter button
in the upper-left corner of the page.
Applies to: IMXAttributes Interface