UCBase.ExtractTemplatePart<T> Method (String, Boolean)
Namespace: Microsoft.Lync.Controls
Assembly: Microsoft.Lync.Controls (in Microsoft.Lync.Controls.dll)
Syntax
'Declaration
Protected Function ExtractTemplatePart(Of T As DependencyObject) ( _
partName As String, _
isPartRequired As Boolean _
) As T
'Usage
Dim partName As String
Dim isPartRequired As Boolean
Dim returnValue As T
returnValue = Me.ExtractTemplatePart(partName, _
isPartRequired)
protected T ExtractTemplatePart<T>(
string partName,
bool isPartRequired
)
where T : DependencyObject
Type Parameters
- T
Parameters
- partName
Type: System.String
- isPartRequired
Type: System.Boolean
Return Value
Type: T