ComponentOccurrenceProxy.NativeObject Property
Parent Object: ComponentOccurrenceProxyDescription
Gets the object in the context of the definition instead of the containing assembly.
Syntax
ComponentOccurrenceProxy.NativeObject() As ComponentOccurrenceProperty Value
This is a read only property whose value is a ComponentOccurrence.Samples
Name | Description |
Print instance properties of all components in an assembly | This sample demonstrates how to get the instance properties of all components in an assembly. |