VCLibrarianTool.Inputs Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the input files.
public:
property System::String ^ Inputs { System::String ^ get(); };
public:
property Platform::String ^ Inputs { Platform::String ^ get(); };
[System.Runtime.InteropServices.DispId(15)]
public string Inputs { [System.Runtime.InteropServices.DispId(15)] get; }
[<System.Runtime.InteropServices.DispId(15)>]
[<get: System.Runtime.InteropServices.DispId(15)>]
member this.Inputs : string
Public ReadOnly Property Inputs As String
Property Value
A string containing the input files.
- Attributes
Remarks
For more information, see LIB Input Files.