This document is archived and information here might be outdated. Recommended version. |
User defined data.
[Visual Basic .NET]
Public ReadOnly Property UserData As Object
[C#]
public object UserData {get;}
Use the UserData property to return any custom data specific to your dockable window definition class.
The custom user defined data can be retreived from the actual dockable window object created by the application via the IDockableWindow::UserData property.