IPinnedVariableStructTypeLookupMember Method
Locates a specific type member (e.g. struct field) by its name.
Namespace: VisualGDBExtensibility.LiveWatchAssembly: VisualGDBExtensibility (in VisualGDBExtensibility.dll) Version: 5.6.109.1 (5.6.109.4849)
IPinnedVariableStructMember LookupMember(
string name,
bool throwIfNotFound
)
- name String
- The name of the member.
- throwIfNotFound Boolean
- Specifies the behavior when no members match the provided name.
IPinnedVariableStructMemberAn instance of
IPinnedVariableStructMember matching the provided name, or
null if none of the members match and
throwIfNotFound was set to
false.