- masterForm
- The Master Form to be deleted.
Visual Basic (Declaration) | |
---|---|
Overridable Sub DeleteMasterForm( _ ByVal masterForm As IMasterForm _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
virtual void DeleteMasterForm( IMasterForm masterForm ) |
C++/CLI | |
---|---|
virtual void DeleteMasterForm( IMasterForm^ masterForm ) |
Parameters
- masterForm
- The Master Form to be deleted.
A full example implementation of this interface can be found in <Install Directory>\Examples\DotNet\CS\AutoMasterFormsRepository.
This method is supposed to remove the specified Master Form inside IMasterFormsCategory object. Deleting it from the storage device is recommended to make the repository represent the actual storage device, if it is not deleted then the next time you create new IMasterFormsRepository or call IMasterFormsRepository.Refresh the removed Master Form inside this category will show up again.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family