| Visual Basic (Declaration) | |
|---|---|
<DispIdAttribute(14)> Sub ResetToDefaults() | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As ILTDvdWriter instance.ResetToDefaults() | |
| C# | |
|---|---|
[DispIdAttribute(14)] void ResetToDefaults() | |
| C++/CLI | |
|---|---|
[DispIdAttribute(14)] void ResetToDefaults(); | |
Call this method before calling any other methods or properties to make sure future ILTDVWriter objects behave the way they did when the application was written.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code