Class TranslationStudioDefaultViews.TradosStudioViewsLocation
Defines the general Studio location where the plugin views can be integrated.
Implements
ILocation
Inherited Members
Namespace: Sdl.TranslationStudioAutomation .IntegrationApi .Presentation.DefaultLocations
Assembly: Sdl.TranslationStudioAutomation.IntegrationApi.dll
Syntax
public sealed class TranslationStudioDefaultViews.TradosStudioViewsLocation : ILocation
Constructors
TradosStudioViewsLocation()
Declaration
public TradosStudioViewsLocation()
Properties
InsertAfter
Get the location after which this location should be set.
Declaration
public string InsertAfter { get; }
Property Value
Type | Description |
---|---|
string |
InsertBefore
Get the location before which this location should be set.
Declaration
public string InsertBefore { get; }
Property Value
Type | Description |
---|---|
string |
IsSeparator
Marks the location as a separator - not used
Declaration
public bool IsSeparator { get; set; }
Property Value
Type | Description |
---|---|
bool |
Path
Gets the path of the location
Declaration
public string Path { get; }
Property Value
Type | Description |
---|---|
string |
TargetAttributeType
Define the
Declaration
public Type TargetAttributeType { get; }
Property Value
Type | Description |
---|---|
Type |
ZIndex
Order of the ribbon tab - not used
Declaration
public uint ZIndex { get; set; }
Property Value
Type | Description |
---|---|
uint |
Implements
Sdl.Platform.Interfaces.CommandBars.ILocation