CommonCAdapter.SetStructMemberType

Syntax

CommonCAdapter.SetStructMemberType( typeDefinition, propertyLookupString, structMemberType)

Purpose

Specifies 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.

structMemberType As StructMemberTypes

[In] Specifies the type of specific property in the corresponding typeDefinition parameter.

See Also

CommonCAdapter.GetStructMemberType

PropertyObject

StructMemberTypes