Share via


IShellService.GetOrientationDegrees Method (Int32)

 

Namespace:   Microsoft.Windows.Simulator.Common
Assembly:  Microsoft.Windows.Simulator.Client (in Microsoft.Windows.Simulator.Client.dll)

Syntax

void GetOrientationDegrees(
    out int orientationDegrees
)
void GetOrientationDegrees(
    [OutAttribute] int% orientationDegrees
)
abstract GetOrientationDegrees : 
        orientationDegrees:int byref -> unit
Sub GetOrientationDegrees (
    <OutAttribute> ByRef orientationDegrees As Integer
)

Parameters

See Also

IShellService Interface
Microsoft.Windows.Simulator.Common Namespace

Return to top