//
// Copyright (c) Microsoft Corporation. All rights reserved.
// 
//
// File generated by WinMDIDL version 8.00.0021
//

import "inspectable.idl";
import "AsyncInfo.idl";
import "EventToken.idl";
import "windowscontracts.idl";
import "Windows.Foundation.idl";

// Forward Declare
namespace Windows
{
    namespace Foundation
    {
        apicontract UniversalApiContract;
    }
}
namespace Windows
{
    namespace UI
    {
        namespace Xaml
        {
            namespace Automation
            {
                namespace Text
                {
                    typedef enum TextPatternRangeEndpoint TextPatternRangeEndpoint;

                    typedef enum TextUnit TextUnit;
                }
            }
        }
    }
}

// Generic instantiations

// Type definition
namespace Windows
{
    namespace UI
    {
        namespace Xaml
        {
            namespace Automation
            {
                namespace Text
                {
                    [contract(Windows.Foundation.UniversalApiContract, 1.0)]
                    enum TextPatternRangeEndpoint
                    {
                        Start = 0,
                        End   = 1
                    };

                    [contract(Windows.Foundation.UniversalApiContract, 1.0)]
                    enum TextUnit
                    {
                        Character = 0,
                        Format    = 1,
                        Word      = 2,
                        Line      = 3,
                        Paragraph = 4,
                        Page      = 5,
                        Document  = 6
                    };
                }
            }
        }
    }
}
