Performs necessary operations after the ArchiveFile properties are initialized.
Declaration Syntax
C# | Visual Basic | Visual C++ |
[EditorBrowsableAttribute(EditorBrowsableState.Never)] public void EndInit()
<EditorBrowsableAttribute(EditorBrowsableState.Never)> _ Public Sub EndInit
[EditorBrowsableAttribute(EditorBrowsableState::Never)] public: virtual void EndInit() sealed
Remarks
EndInit()()() should never be called by user-code directly. This method exists solely for use
by the designer if the ArchiveFile is consumed through the designer surface of the IDE.