ContactSearchResultList.IsItemItsOwnContainerOverride Method
Checks whether the item is a [ContactSearchResultListItem].
Namespace: Microsoft.Lync.Controls
Assembly: Microsoft.Lync.Controls (in Microsoft.Lync.Controls.dll)
Syntax
'Declaration
Protected Overrides Function IsItemItsOwnContainerOverride ( _
item As Object _
) As Boolean
'Usage
Dim item As Object
Dim returnValue As Boolean
returnValue = Me.IsItemItsOwnContainerOverride(item)
protected override bool IsItemItsOwnContainerOverride(
Object item
)
Parameters
- item
Type: System.Object
Return Value
Type: System.Boolean