LyncServiceProvider.GetProvider Method
Get the [IUCClientModel] for the dependencyObject
Namespace: Microsoft.Lync.Controls
Assembly: Microsoft.Lync.Controls (in Microsoft.Lync.Controls.dll)
Syntax
'Declaration
Public Shared Function GetProvider ( _
dependencyObject As DependencyObject _
) As IUCClientModel
'Usage
Dim dependencyObject As DependencyObject
Dim returnValue As IUCClientModel
returnValue = LyncServiceProvider.GetProvider(dependencyObject)
public static IUCClientModel GetProvider(
DependencyObject dependencyObject
)
Parameters
- dependencyObject
Type: System.Windows.DependencyObject
Return Value
Type: IUCClientModel