ReadOnlyMemberCollection.TryGetMember Method

Tries to get the specified member

Namespace:  TwinCAT.TypeSystem
Assembly:  TwinCAT.Ads (in TwinCAT.Ads.dll) Version: 4.3.0.0

Syntax

C#

public bool TryGetMember(
    string memberName,
    out IMember symbol
)

VB

Public Function TryGetMember ( 
    memberName As String,
    <OutAttribute> ByRef symbol As IMember
) As Boolean

Parameters

memberName

Type: System.String
Name of the member.

symbol

Type: TwinCAT.TypeSystem.IMember.
The symbol.

Return Value

Type: Boolean
true if found, false otherwise.

Reference

ReadOnlyMemberCollection Class

TwinCAT.TypeSystem Namespace