NotificationBarControlGetBindingConnector Method |
GetBindingConnector(int connectionId, object target)
Namespace:
Unvired.Kernel.UI
Assembly:
Unvired.Kernel.UWP (in Unvired.Kernel.UWP.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic IComponentConnector GetBindingConnector(
int connectionId,
Object target
)
Public Function GetBindingConnector (
connectionId As Integer,
target As Object
) As IComponentConnector
public:
virtual IComponentConnector^ GetBindingConnector(
int connectionId,
Object^ target
) sealed
abstract GetBindingConnector :
connectionId : int *
target : Object -> IComponentConnector
override GetBindingConnector :
connectionId : int *
target : Object -> IComponentConnector Parameters
- connectionId
- Type: SystemInt32
- target
- Type: SystemObject
Return Value
Type:
IComponentConnectorImplements
IComponentConnector2GetBindingConnector(Int32, Object)
See Also