CodeFactory for Windows CodeFactory for Windows
CodeFactory for Windows CodeFactory for Windows
CodeFactory

Search Results for

    Interface IVsAutomationLibrary

    Namespace: CodeFactory.WinVs.Loader
    Assembly: CodeFactory.WinVs.dll
    Syntax
    public interface IVsAutomationLibrary

    Properties

    LibraryActions

    enumeration of the commands that are supported by this library.

    Declaration
    List<VsActionConfiguration> LibraryActions { get; }
    Property Value
    Type Description
    List<VsActionConfiguration>

    LibraryFilePath

    Fully qualified path to the library file.

    Declaration
    string LibraryFilePath { get; }
    Property Value
    Type Description
    string

    SupportLibraries

    enumeration of the supporting libraries required for automation library to function.

    Declaration
    List<VsLibraryConfiguration> SupportLibraries { get; }
    Property Value
    Type Description
    List<VsLibraryConfiguration>
    © CodeFactory, LLC. All rights reserved.