AdCreatedEventArgs(IDictionary) 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
AdCreatedEventArgs 클래스의 새 인스턴스를 초기화합니다.
public:
AdCreatedEventArgs(System::Collections::IDictionary ^ adProperties);
public AdCreatedEventArgs(System.Collections.IDictionary adProperties);
new System.Web.UI.WebControls.AdCreatedEventArgs : System.Collections.IDictionary -> System.Web.UI.WebControls.AdCreatedEventArgs
Public Sub New (adProperties As IDictionary)
매개 변수
- adProperties
- IDictionary
IDictionary XML 파일의 보급 알림 속성이 들어 있는 항목입니다.
설명
이 생성자를 사용하여 클래스의 새 인스턴스를 만들고 초기화합니다 AdCreatedEventArgs .
다음 표에서는 AdCreatedEventArgs인스턴스에 대한 초기 속성 값을 보여 줍니다.
| Property | 초기 값 |
|---|---|
| AdProperties | 매개 변수가 adProperties 아닌 null경우 adProperties 매개 변수의 값이고, 그렇지 않으면 빈 System.Collections.IDictionary값입니다. |
| AlternateText | 매개 변수가 adProperties 없 null으면 대체 텍스트를 나타내는 매개 변수의 값 adProperties 이고, String.Empty그렇지 않으면 . |
| ImageUrl | 매개 변수가 adProperties 없 null으면 표시할 이미지의 URL을 나타내는 매개 변수의 값 adProperties 이고, String.Empty그렇지 않으면 . |
| NavigateUrl | 매개 변수가 adProperties 아닌 null경우 탐색할 URL을 나타내는 매개 변수의 값 adProperties 이고, String.Empty그렇지 않으면 . |