ListBoxNotification.OnAddString Method

This API supports the Visual Studio Tools for Applications infrastructure and is not intended to be used directly from your code.

Namespace:  TLI
Assembly:  Microsoft.TLI.Interop (in Microsoft.TLI.Interop.dll)

Syntax

'Declaration
Sub OnAddString ( _
    lpstr As Integer, _
    fUnicode As Boolean _
)
'Usage
Dim instance As ListBoxNotification 
Dim lpstr As Integer 
Dim fUnicode As Boolean

instance.OnAddString(lpstr, fUnicode)
void OnAddString(
    int lpstr,
    bool fUnicode
)
void OnAddString(
    [InAttribute] int lpstr, 
    [InAttribute] bool fUnicode
)
function OnAddString(
    lpstr : int, 
    fUnicode : boolean
)

Parameters

.NET Framework Security

See Also

Reference

ListBoxNotification Interface

ListBoxNotification Members

TLI Namespace