Interfaces.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 InterfaceInfo
'Usage
Dim instance As Interfaces
Dim TypeInfoName As String
Dim value As InterfaceInfo
value = instance.NamedItem(TypeInfoName)
InterfaceInfo this[
out string TypeInfoName
] { get; }
property InterfaceInfo^ NamedItem[[InAttribute] [OutAttribute] String^% TypeInfoName] {
InterfaceInfo^ get ([InAttribute] [OutAttribute] String^% TypeInfoName);
}
JScript does not support indexed properties.
Parameters
- TypeInfoName
Type: System.String%
Property Value
Type: TLI.InterfaceInfo
.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.