Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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