Share via


Constants.NamedItem 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
ReadOnly Property NamedItem ( _
    <OutAttribute> ByRef TypeInfoName As String _
) As ConstantInfo
'Usage
Dim instance As Constants 
Dim TypeInfoName As String 
Dim value As ConstantInfo 

value = instance.NamedItem(TypeInfoName)
ConstantInfo this[
    out string TypeInfoName
] { get; }
property ConstantInfo^ NamedItem[[InAttribute] [OutAttribute] String^% TypeInfoName] {
    ConstantInfo^ get ([InAttribute] [OutAttribute] String^% TypeInfoName);
}
JScript does not support indexed properties.

Parameters

Property Value

Type: TLI.ConstantInfo

.NET Framework Security

See Also

Reference

Constants Interface

Constants Members

TLI Namespace