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.
Gets or sets the FocusRoot attribute.
Namespace: Microsoft.VisualStudio.PlatformUI
Assembly: Microsoft.VisualStudio.Shell.12.0 (in Microsoft.VisualStudio.Shell.12.0.dll)
Syntax
'Declaration
Public Property FocusRoot As UIElement
public UIElement FocusRoot { get; set; }
public:
property UIElement^ FocusRoot {
UIElement^ get ();
void set (UIElement^ value);
}
member FocusRoot : UIElement with get, set
function get FocusRoot () : UIElement
function set FocusRoot (value : UIElement)
Property Value
Type: UIElement
Returns the FocusRoot attribute.
.NET Framework Security
- 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.