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
- lpstr
Type: System.Int32
- fUnicode
Type: System.Boolean
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.