Microsoft DirectX 9.0 |
The ConnectedTo property retrieves the pin to which this pin is connected, if any.
Syntax
objPinInfo.ConnectedTo As IPinInfo
Parameters
This property takes no parameters.
Return Values
Returns an IPinInfo object.
Remarks
This property is read-only. If the pin is not connected, retrieving this property causes a run-time error.
See Also