PreviewBuildsManager.GetDefault Method

Definition

Gets the default PreviewBuildsManager from the device.

public:
 static PreviewBuildsManager ^ GetDefault();
 static PreviewBuildsManager GetDefault();
public static PreviewBuildsManager GetDefault();
function getDefault()
Public Shared Function GetDefault () As PreviewBuildsManager

Returns

The default PreviewBuildsManager. This will return null if the API is not supported on the platform.

Remarks

To determine if the API is supported on the platform, use PreviewBuildsManager.IsSupported.

Applies to