AdType Enum
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 enum class AdType
/// [Windows.Foundation.Metadata.Version(1)]
enum class AdType
[Windows.Foundation.Metadata.Version(1)]
public enum AdType
var value = Microsoft.Advertising.WinRT.UI.AdType.video
Public Enum AdType
- Inheritance
-
AdType
- Attributes
Additional features and requirements
Software Development Kit | |
Minimum supported OS |
Windows 10 (10.0.10240.0)
|
Fields
Name | Value | Description |
---|---|---|
Video | 0 | Represents an interstitial video ad. |
Display | 1 | Represents an interstitial banner ad. |