AnswerWizardFiles.Add(String) Method
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.
Creates a new reference to an Answer Wizard file and adds it to the AnswerWizardFiles collection.
public:
void Add(System::String ^ FileName);
public void Add (string FileName);
abstract member Add : string -> unit
Public Sub Add (FileName As String)
Parameters
- FileName
- String
Required String. The fully qualified path to the specified Answer Wizard file.