AbstractBilingualContentProcessorOutput Property |
Default implementation is an accessor to a member
Namespace: Sdl.FileTypeSupport.Framework.BilingualApiAssembly: Sdl.FileTypeSupport.Framework.Core (in Sdl.FileTypeSupport.Framework.Core.dll) Version: 1.0.0.0 (1.0.2508.0)
Syntaxpublic virtual IBilingualContentHandler Output { get; set; }
Public Overridable Property Output As IBilingualContentHandler
Get
Set
public:
virtual property IBilingualContentHandler^ Output {
IBilingualContentHandler^ get ();
void set (IBilingualContentHandler^ value);
}
abstract Output : IBilingualContentHandler with get, set
override Output : IBilingualContentHandler with get, set
Property Value
Type:
IBilingualContentHandlerImplements
IBilingualContentProcessorOutput
See Also
Comments