ConversationWindow.CloseExtensibilityWindow Method
Closes the extensibility window of the given application GUID.
Namespace: Microsoft.Lync.Model.Extensibility
Assembly: Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)
Syntax
'Declaration
Public Sub CloseExtensibilityWindow ( _
applicationId As String _
)
'Usage
Dim instance As ConversationWindow
Dim applicationId As String
instance.CloseExtensibilityWindow(applicationId)
public void CloseExtensibilityWindow(
string applicationId
)
Parameters
- applicationId
Type: System.String