IWpfTableControl.Manager Property

Definition

Gets the ITableManager that provides the data for this control.

public:
 property Microsoft::VisualStudio::Shell::TableManager::ITableManager ^ Manager { Microsoft::VisualStudio::Shell::TableManager::ITableManager ^ get(); };
public:
 property Microsoft::VisualStudio::Shell::TableManager::ITableManager ^ Manager { Microsoft::VisualStudio::Shell::TableManager::ITableManager ^ get(); };
public Microsoft.VisualStudio.Shell.TableManager.ITableManager Manager { get; }
member this.Manager : Microsoft.VisualStudio.Shell.TableManager.ITableManager
Public ReadOnly Property Manager As ITableManager

Property Value

Returns ITableManager.

Applies to