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

Search Results for

    Class VsAutomationLibrary

    Data model that implements the interface IVsAutomationLibrary

    Inheritance
    object
    VsAutomationLibrary
    Implements
    IVsAutomationLibrary
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: CodeFactory.WinVs.Loader
    Assembly: CodeFactory.WinVs.dll
    Syntax
    public class VsAutomationLibrary : IVsAutomationLibrary

    Properties

    LibraryActions

    enumeration of the commands that are supported by this library.

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

    LibraryFilePath

    Fully qualified path to the library file.

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

    SupportLibraries

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

    Declaration
    public List<VsLibraryConfiguration> SupportLibraries { get; set; }
    Property Value
    Type Description
    List<VsLibraryConfiguration>

    Implements

    IVsAutomationLibrary
    © CodeFactory, LLC. All rights reserved.