다음을 통해 공유


InterstitialAd.AddAdTag(String, String) 메서드

정의

InterstitialAd 컨트롤에 광고 태그를 추가합니다.

public:
 void AddAdTag(Platform::String ^ tagName, Platform::String ^ tagValue);
void AddAdTag(winrt::hstring const& tagName, winrt::hstring const& tagValue);
public void AddAdTag(string tagName, string tagValue);
function addAdTag(tagName, tagValue)
Public Sub AddAdTag (tagName As String, tagValue As String)

매개 변수

tagName
String

Platform::String

winrt::hstring

태그의 이름입니다. 최대 16자입니다.

tagValue
String

Platform::String

winrt::hstring

태그의 값입니다. 최대 128자입니다.

설명

컨트롤당 최대 태그 수는 10개입니다. 최대 태그 수를 초과하거나 매개 변수의 최대 문자를 초과하는 경우 ErrorOccurred 이벤트가 발생합니다.

적용 대상

추가 정보