| ApplicationWrapView Method  | 
 
            Wraps an existing platform view using the specified name.
            
 
    Namespace: 
   Openfin.Desktop
    Assembly:
   OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.4.0
 Syntax
Syntaxpublic PlatformView WrapView(
	string name
)
Parameters
- name
- Type: SystemString
 The name of the view that is being wrapped.
Return Value
Type: 
PlatformViewThe wrapped view.
 See Also
See Also