FocusRequest Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public ref class FocusRequest : Microsoft::Maui::RetrievePlatformValueRequest<bool>
public class FocusRequest : Microsoft.Maui.RetrievePlatformValueRequest<bool>
type FocusRequest = class
inherit RetrievePlatformValueRequest<bool>
Public Class FocusRequest
Inherits RetrievePlatformValueRequest(Of Boolean)
- Inheritance
Constructors
FocusRequest() | |
FocusRequest(Boolean) |
Properties
IsFocused |
Obsolete.
Obsolete.
Gets or sets a value indicating whether this request set or not the focus. |
Result |
The result of the retrieval operation. (Inherited from RetrievePlatformValueRequest<T>) |
Methods
SetResult(T) |
Sets the result value of the retrieval operation. (Inherited from RetrievePlatformValueRequest<T>) |
TrySetResult(T) |
Attempts to set the result value of the retrieval operation. (Inherited from RetrievePlatformValueRequest<T>) |
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.