C# 클래스 O365_UWP_Unified_API_Connect.MainPage

An empty page that can be used on its own or navigated to within a Frame.
상속: Windows.UI.Xaml.Controls.Page
파일 보기 프로젝트 열기: microsoftgraph/uwp-csharp-connect-rest-sample

공개 프로퍼티들

프로퍼티 타입 설명
_settings Windows.Storage.ApplicationDataContainer

공개 메소드들

메소드 설명
ComposePersonalizedMail ( string userName ) : string

Personalizes the email.

MainPage ( ) : System
SignInCurrentUserAsync ( ) : Task

Signs in the current user.

보호된 메소드들

메소드 설명
OnNavigatedTo ( NavigationEventArgs e ) : void

비공개 메소드들

메소드 설명
ConnectButton_Click ( object sender, RoutedEventArgs e ) : void
Disconnect_Click ( object sender, RoutedEventArgs e ) : void
MailButton_Click ( object sender, RoutedEventArgs e ) : void

메소드 상세

ComposePersonalizedMail() 공개 정적인 메소드

Personalizes the email.
public static ComposePersonalizedMail ( string userName ) : string
userName string
리턴 string

MainPage() 공개 메소드

public MainPage ( ) : System
리턴 System

OnNavigatedTo() 보호된 메소드

protected OnNavigatedTo ( NavigationEventArgs e ) : void
e Windows.UI.Xaml.Navigation.NavigationEventArgs
리턴 void

SignInCurrentUserAsync() 공개 메소드

Signs in the current user.
public SignInCurrentUserAsync ( ) : Task
리턴 Task

프로퍼티 상세

_settings 공개적으로 정적으로 프로퍼티

public static ApplicationDataContainer,Windows.Storage _settings
리턴 Windows.Storage.ApplicationDataContainer