Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

Lamp.GetDefaultAsync Method

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.

Gets a Lamp object representing the default lamp for the device.

public:
 static IAsyncOperation<Lamp ^> ^ GetDefaultAsync();
/// [Windows.Foundation.Metadata.RemoteAsync]
 static IAsyncOperation<Lamp> GetDefaultAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<Lamp> GetDefaultAsync();
function getDefaultAsync()
Public Shared Function GetDefaultAsync () As IAsyncOperation(Of Lamp)

Returns

An asynchronous operation that returns a Lamp object upon successful completion.

Attributes

Applies to


Feedback

Was this page helpful?