Generated with .NET Object Model Diagram Generator

Microsoft.Security.Authentication.OAuth

AuthFailure

Properties

  • AdditionalParams { get; } : IReadOnlyDictionary<String, String>
  • Error { get; } : string
  • ErrorDescription { get; } : string
  • ErrorUri { get; } : Uri
  • State { get; } : string

Methods

AuthRequestParams

Constructors

  • AuthRequestParams(string responseType, string clientId)
  • AuthRequestParams(string responseType, string clientId, Uri redirectUri)

Properties

  • AdditionalParams { get; } : IDictionary<String, String>
  • ClientId { get; set; } : string
  • CodeChallenge { get; set; } : string
  • CodeChallengeMethod { get; set; } : CodeChallengeMethodKind
  • RedirectUri { get; set; } : Uri
  • ResponseType { get; set; } : string
  • Scope { get; set; } : string
  • State { get; set; } : string

Methods

AuthRequestResult

Properties

Methods

AuthResponse

Properties

  • AccessToken { get; } : string
  • AdditionalParams { get; } : IReadOnlyDictionary<String, String>
  • Code { get; } : string
  • ExpiresIn { get; } : string
  • Scope { get; } : string
  • State { get; } : string
  • TokenType { get; } : string

Methods

ClientAuthentication

Constructors

  • ClientAuthentication()
  • ClientAuthentication(HttpCredentialsHeaderValue authorization)

Properties

  • AdditionalHeaders { get; } : IDictionary<String, String>
  • Authorization { get; set; } : HttpCredentialsHeaderValue
  • ProxyAuthorization { get; set; } : HttpCredentialsHeaderValue

Methods

CodeChallengeMethodKind : System.Int32
  • None = 0
  • S256 = 1
  • Plain = 2
OAuth2Manager

Methods

OAuthContract :
TokenFailure

Properties

  • AdditionalParams { get; } : IReadOnlyDictionary<String, IJsonValue>
  • Error { get; } : string
  • ErrorCode { get; } : Exception
  • ErrorDescription { get; } : string
  • ErrorUri { get; } : Uri
  • Kind { get; } : TokenFailureKind

Methods

TokenFailureKind : System.Int32
  • ErrorResponse = 0
  • HttpFailure = 1
  • InvalidResponse = 2
TokenRequestParams

Constructors

  • TokenRequestParams(string grantType)

Properties

  • AdditionalParams { get; } : IDictionary<String, String>
  • ClientId { get; set; } : string
  • Code { get; set; } : string
  • CodeVerifier { get; set; } : string
  • GrantType { get; set; } : string
  • Password { get; set; } : string
  • RedirectUri { get; set; } : Uri
  • RefreshToken { get; set; } : string
  • Scope { get; set; } : string
  • Username { get; set; } : string

Methods

TokenRequestResult

Properties

Methods

TokenResponse

Properties

  • AccessToken { get; } : string
  • AdditionalParams { get; } : IReadOnlyDictionary<String, IJsonValue>
  • ExpiresIn { get; } : double
  • RefreshToken { get; } : string
  • Scope { get; } : string
  • TokenType { get; } : string

Methods

Microsoft.UI.Content

ContentAutomationOptions : System.Int32
  • None = 0
  • FrameworkBased = 1
  • FragmentBased = 2
ContentEnvironmentStateChangedEventArgs

Properties

  • DidDisplayScaleChange { get; } : bool
ContentIsland

Properties

  • AutomationOption { get; } : ContentAutomationOptions
  • Children { get; } : IEnumerable<ChildSiteLink>
  • FragmentRootAutomationProvider { get; } : object
  • LocalToClientTransformMatrix { get; } : Matrix4x4
  • LocalToParentTransformMatrix { get; } : Matrix4x4
  • NextSiblingAutomationProvider { get; } : object
  • ParentAutomationProvider { get; } : object
  • Popups { get; } : IEnumerable<DesktopPopupSiteBridge>
  • PreviousSiblingAutomationProvider { get; } : object
  • ProcessesKeyboardInput { get; } : bool
  • ProcessesPointerInput { get; } : bool

Methods

ContentIslandEnvironment

Properties

  • DisplayScale { get; } : float
ContentIslandStateChangedEventArgs

Properties

  • DidLocalToClientTransformMatrixChange { get; } : bool
  • DidLocalToParentTransformMatrixChange { get; } : bool
ContentSite

Properties

  • LocalToClientTransformMatrix { get; } : Matrix4x4
  • LocalToParentTransformMatrix { get; set; } : Matrix4x4
  • ProcessesKeyboardInput { get; set; } : bool
  • ProcessesPointerInput { get; set; } : bool
ContentSiteAutomationProviderRequestedEventArgs

Properties

  • AutomationProvider { get; set; } : object
  • Handled { get; set; } : bool
ContentSiteEnvironment

Properties

  • DisplayScale { get; set; } : float
ContentSiteEnvironmentView

Properties

  • DisplayScale { get; } : float
ContentSiteView

Properties

  • AutomationOption { get; } : ContentAutomationOptions
  • LocalToClientTransformMatrix { get; } : Matrix4x4
  • LocalToParentTransformMatrix { get; } : Matrix4x4
  • ProcessesKeyboardInput { get; } : bool
  • ProcessesPointerInput { get; } : bool
DesktopAttachedSiteBridge
Implements IClosableNotifier, IContentSiteBridge, IContentSiteInput

Properties

  • DispatcherQueue { get; } : DispatcherQueue
  • IsClosed { get; } : bool
  • LayoutDirectionOverride { get; set; } : Nullable<ContentLayoutDirection>
  • OverrideScale { get; set; } : float
  • ProcessesKeyboardInput { get; set; } : bool
  • ProcessesPointerInput { get; set; } : bool
  • SiteView { get; } : ContentSiteView
  • WindowId { get; } : WindowId

Methods

Events

DesktopChildSiteBridge

Methods

Properties

Methods

Events

IContentSiteAutomation

Properties

Events

IContentSiteInput

Properties

  • ProcessesKeyboardInput { get; set; } : bool
  • ProcessesPointerInput { get; set; } : bool

Microsoft.UI.Input

InputFocusNavigationHost

Methods

Microsoft.UI.Input.Interop

PenDeviceInterop

Microsoft.UI.Text

RichEditTextDocument

Methods

TextApiContract :

Microsoft.UI.Windowing

AppWindow

Methods

  • SetTaskbarIcon(IconId iconId)
  • SetTaskbarIcon(string iconPath)
  • SetTitleBarIcon(IconId iconId)
  • SetTitleBarIcon(string iconPath)
AppWindowTitleBar

Properties

OverlappedPresenter

Properties

  • PreferredMaximumHeight { get; set; } : Nullable<Int32>
  • PreferredMaximumWidth { get; set; } : Nullable<Int32>
  • PreferredMinimumHeight { get; set; } : Nullable<Int32>
  • PreferredMinimumWidth { get; set; } : Nullable<Int32>
TitleBarTheme : System.Int32
  • Legacy = 0
  • UseDefaultAppMode = 1
  • Light = 2
  • Dark = 3

Microsoft.UI.Xaml

XamlIsland

Constructors

  • XamlIsland()
  • XamlIsland(DerivedComposed _)
  • XamlIsland(IObjectReference objRef)

Properties

Methods

  • Dispose()
  • Equals(XamlIsland other) : bool
  • FromAbi(IntPtr thisPtr) : XamlIsland
  • IsOverridableInterface(Guid iid) : bool
XamlRoot

Properties

Microsoft.UI.Xaml.Controls

TitleBar : Control

Constructors

  • TitleBar()
  • TitleBar(DerivedComposed _)
  • TitleBar(IObjectReference objRef)

Properties

Methods

Events

  • BackRequested : TypedEventHandler<TitleBar, Object>
  • PaneToggleRequested : TypedEventHandler<TitleBar, Object>
TitleBarAutomationPeer : FrameworkElementAutomationPeer

Constructors

  • TitleBarAutomationPeer(DerivedComposed _)
  • TitleBarAutomationPeer(IObjectReference objRef)
  • TitleBarAutomationPeer(TitleBar owner)

Methods

TitleBarTemplateSettings : DependencyObject

Constructors

  • TitleBarTemplateSettings()
  • TitleBarTemplateSettings(DerivedComposed _)
  • TitleBarTemplateSettings(IObjectReference objRef)

Properties

Methods

Microsoft.Windows.ApplicationModel.Background

BackgroundTaskBuilder

Constructors

  • BackgroundTaskBuilder()

Properties

  • Name { get; set; } : string
  • TaskGroup { get; set; } : BackgroundTaskRegistrationGroup

Methods

  • AddCondition(IBackgroundCondition condition)
  • Equals(BackgroundTaskBuilder other) : bool
  • FromAbi(IntPtr thisPtr) : BackgroundTaskBuilder
  • Register() : BackgroundTaskRegistration
  • Register(string name) : BackgroundTaskRegistration
  • SetTaskEntryPointClsid(Guid clsId)
  • SetTrigger(IBackgroundTrigger trigger)
BackgroundTaskContract :

Microsoft.Windows.ApplicationModel.WindowsAppRuntime

ReleaseInfo

Properties

  • AsString { get; } : string
  • Major { get; } : ushort
  • Minor { get; } : ushort
  • Patch { get; } : ushort
  • VersionTag { get; } : string

Methods

  • As<I>() : I
RuntimeCompatibilityChange : System.Int32
  • None = 0
RuntimeCompatibilityContract :
RuntimeCompatibilityOptions

Constructors

  • RuntimeCompatibilityOptions()

Properties

Methods

RuntimeInfo

Properties

  • AsString { get; } : string
  • Version { get; } : PackageVersion

Methods

  • As<I>() : I
VersionInfoContract :
WindowsAppRuntimeVersion : ValueType

Constructors

  • WindowsAppRuntimeVersion(uint _Major, uint _Minor, uint _Patch)

Methods

Fields

  • Major : uint
  • Minor : uint
  • Patch : uint

Microsoft.Windows.BadgeNotifications

BadgeNotificationGlyph : System.Int32
  • None = 0
  • Activity = 1
  • Alarm = 2
  • Alert = 3
  • Attention = 4
  • Available = 5
  • Away = 6
  • Busy = 7
  • Error = 8
  • NewMessage = 9
  • Paused = 10
  • Playing = 11
  • Unavailable = 12
BadgeNotificationManager

Properties

Methods

BadgeNotificationsContract :

Microsoft.Windows.Media.Capture

CameraCaptureUI

Constructors

Properties

Methods

CameraCaptureUIContract :
CameraCaptureUIMaxPhotoResolution : System.Int32
  • HighestAvailable = 0
  • VerySmallQvga = 1
  • SmallVga = 2
  • MediumXga = 3
  • Large3M = 4
  • VeryLarge5M = 5
CameraCaptureUIMaxVideoResolution : System.Int32
  • HighestAvailable = 0
  • LowDefinition = 1
  • StandardDefinition = 2
  • HighDefinition = 3
CameraCaptureUIMode : System.Int32
  • PhotoOrVideo = 0
  • Photo = 1
  • Video = 2
CameraCaptureUIPhotoCaptureSettings

Constructors

  • CameraCaptureUIPhotoCaptureSettings()

Properties

Methods

CameraCaptureUIPhotoFormat : System.Int32
  • Jpeg = 0
  • Png = 1
  • JpegXR = 2
CameraCaptureUIVideoCaptureSettings

Constructors

  • CameraCaptureUIVideoCaptureSettings()

Properties

Methods

CameraCaptureUIVideoFormat : System.Int32
  • Mp4 = 0
  • Wmv = 1

Command line:
dotnet tool install --global dotMorten.OmdGenerator
generateomd C:\Users\mn\.dotnet\tools\.store\dotmorten.omdgenerator\1.4.0\dotmorten.omdgenerator\1.4.0\tools\net5.0\any\generateomd.dll --assemblies=1.7.250310001\lib\net6.0-windows10.0.22621.0\*.dll --compareAssemblies=1.6.250228001\lib\net6.0-windows10.0.18362.0\*.dll -o winappsdk_1.6.250228001_1.7.250310001



Generated with .NET Object Model Diagram Generator