다음을 통해 공유


InterstitialAd.CountryOrRegion 속성

정의

사용자가 있는 두 글자 국가 또는 지역 코드를 가져오거나 설정합니다.

public:
 property Platform::String ^ CountryOrRegion { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring CountryOrRegion();

void CountryOrRegion(winrt::hstring value);
public string CountryOrRegion { get; set; }
var string = interstitialAd.countryOrRegion;
interstitialAd.countryOrRegion = string;
Public Property CountryOrRegion As String

속성 값

String

Platform::String

winrt::hstring

사용자가 있는 두 글자 국가 또는 지역 코드입니다.

적용 대상