Share via


ConstantInfo.GetMember 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 GetMember ( _
    Index As Object _
) As MemberInfo
'Usage
Dim instance As ConstantInfo 
Dim Index As Object 
Dim value As MemberInfo 

value = instance.GetMember(Index)
MemberInfo this[
    Object Index
] { get; }
property MemberInfo^ GetMember[[InAttribute] Object^ Index] {
    MemberInfo^ get ([InAttribute] Object^ Index);
}
JScript does not support indexed properties.

Parameters

Property Value

Type: TLI.MemberInfo

.NET Framework Security

See Also

Reference

ConstantInfo Interface

ConstantInfo Members

TLI Namespace