IPinnedVariableStructTypeLookupMember Method

Locates a specific type member (e.g. struct field) by its name.

Definition

Namespace: VisualGDBExtensibility.LiveWatch
Assembly: VisualGDBExtensibility (in VisualGDBExtensibility.dll) Version: 5.6.109.1 (5.6.109.4849)
C#
IPinnedVariableStructMember LookupMember(
	string name,
	bool throwIfNotFound
)

Parameters

name  String
The name of the member.
throwIfNotFound  Boolean
Specifies the behavior when no members match the provided name.

Return Value

IPinnedVariableStructMember
An instance of IPinnedVariableStructMember matching the provided name, or null if none of the members match and throwIfNotFound was set to false.

See Also