TypeInfo.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 TypeInfo
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
- Index
Type: System.Object
Property Value
Type: TLI.MemberInfo
.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.