AnswerWizard.Files Property
Returns an AnswerWizardFiles collection that represents the list of files available to the current AnswerWizard.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Usage
Dim answerWizard1 As AnswerWizard
Dim returnValue As AnswerWizardFiles
returnValue = answerWizard1.Files
Syntax
ReadOnly Property Files() As AnswerWizardFiles
AnswerWizardFiles Files {get;}
property AnswerWizardFiles^ Files{
AnswerWizardFiles^ get();
}
public AnswerWizardFiles get_Files();
function get Files() : AnswerWizardFiles;
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000
Target Platforms
See Also
Reference
AnswerWizard Interface
Microsoft.Office.Core Namespace