Share via


_TLIApplication.ListBoxNotification Property

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
Property ListBoxNotification As ListBoxNotification
'Usage
Dim instance As _TLIApplication 
Dim value As ListBoxNotification 

value = instance.ListBoxNotification

instance.ListBoxNotification = value
ListBoxNotification ListBoxNotification { get; set; }
property ListBoxNotification^ ListBoxNotification {
    ListBoxNotification^ get ();
    void set (ListBoxNotification^ value);
}
function get ListBoxNotification () : ListBoxNotification 
function set ListBoxNotification (value : ListBoxNotification)

Property Value

Type: TLI.ListBoxNotification

.NET Framework Security

See Also

Reference

_TLIApplication Interface

_TLIApplication Members

TLI Namespace