Search Results for

    Show / Hide Table of Contents

    Class TranslationStudioDefaultContextMenus.ProjectsContextMenuLocation

    The location of the context menu for the projects from the projects view.

    Inheritance
    System.Object
    AbstractLocation
    TranslationStudioDefaultContextMenus.ProjectsContextMenuLocation
    Inherited Members
    AbstractLocation.ZIndex
    AbstractLocation.IsSeparator
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations
    Assembly: Sdl.TranslationStudioAutomation.IntegrationApi.dll
    Syntax
    public sealed class ProjectsContextMenuLocation : AbstractLocation

    Constructors

    ProjectsContextMenuLocation()

    Declaration
    public ProjectsContextMenuLocation()

    Properties

    InsertAfter

    The name of the context menu item after which the current item should appear

    Declaration
    public override string InsertAfter { get; }
    Property Value
    Type Description
    System.String
    Overrides
    AbstractLocation.InsertAfter

    InsertBefore

    The name of the context menu item before which the current item should appear

    Declaration
    public override string InsertBefore { get; }
    Property Value
    Type Description
    System.String
    Overrides
    AbstractLocation.InsertBefore

    Path

    The path to the editor context menu location

    Declaration
    public override string Path { get; }
    Property Value
    Type Description
    System.String
    Overrides
    AbstractLocation.Path

    TargetAttributeType

    The target extension attribute type

    Declaration
    public override Type TargetAttributeType { get; }
    Property Value
    Type Description
    System.Type
    Overrides
    AbstractLocation.TargetAttributeType
    Remarks

    Used by the integration API (which is not using custom location attributes for UI elements) to locate the target element.

    Extension Methods

    WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action<Window>)

    On this page

    • Constructors
      • ProjectsContextMenuLocation()
    • Properties
      • InsertAfter
      • InsertBefore
      • Path
      • TargetAttributeType
    • Extension Methods
    Back to top Generated by DocFX