Gets the panel associated with the property page.
Namespace: Microsoft.VisualStudio.Package
Assembly: MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)
Syntax
'宣言
Protected ReadOnly Property ThePanel As Panel
'使用
Dim value As Panel
value = Me.ThePanel
protected Panel ThePanel { get; }
protected:
property Panel^ ThePanel {
Panel^ get ();
}
protected function get ThePanel () : Panel
Property Value
Type: System.Windows.Forms.Panel
Returns Panel.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.