CommonCAdapter.GetStructMemberType

Syntax

CommonCAdapter.GetStructMemberType( typeDefinition, propertyLookupString)

Return Value

StructMemberTypes

Purpose

Returns the type of the type definition property that the corresponding location specifies.

Parameters

typeDefinition As PropertyObject

[In] Specifies the type definition. This method returns an error if the PropertyObject is not a type definition.

propertyLookupString As String

[In] Specifies the location of the property in the type definition.

See Also

CommonCAdapter.SetStructMemberType

PropertyObject