C# 클래스 PhotoSharingApp.Universal.Models.InstructionItem

Represents an instructional item that can be displayed in the welcome screen experience for new users.
파일 보기 프로젝트 열기: Microsoft/Appsample-Photosharing 1 사용 예제들

공개 메소드들

메소드 설명
InstructionItem ( string headerText, string contentText, Uri image, Type targetPage = null ) : System

Creates a new instance.

메소드 상세

InstructionItem() 공개 메소드

Creates a new instance.
public InstructionItem ( string headerText, string contentText, Uri image, Type targetPage = null ) : System
headerText string The header text.
contentText string The content text.
image System.Uri The image Uri.
targetPage System.Type The target page type.
리턴 System