[This is preliminary documentation and is subject to change.]
Definition File Root Directory
| C# | Visual Basic | Visual C++ |
string DefinitionFileRootDirectory { get; set; }
Property DefinitionFileRootDirectory As String
property String^ DefinitionFileRootDirectory { String^ get (); void set (String^ value); }
The Definition File Root Driectory is used to prefix the definition file names in order to define the full definition pathname.
| Exception | Condition |
|---|---|
| ArgumentNullException | Argument is a nullNothingnullptr reference. |
| ArgumentException | Directory may not be an empty string. Use ".\" for current directory." |