Search Results for

    Show / Hide Table of Contents

    Class TranslationStudioDefaultViews.TradosStudioViewsLocation

    Defines the general Studio location where the plugin views can be integrated.

    Inheritance
    System.Object
    AbstractLocation
    TranslationStudioDefaultViews.TradosStudioViewsLocation
    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 TradosStudioViewsLocation : AbstractLocation

    Constructors

    TradosStudioViewsLocation()

    Declaration
    public TradosStudioViewsLocation()

    Properties

    InsertAfter

    Get the location after which this location should be set.

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

    InsertBefore

    Get the location before which this location should be set.

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

    Path

    Gets the path of the location

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

    TargetAttributeType

    Define the

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

    Extension Methods

    WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action<Window>)

    On this page

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