xInfo.truncate(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.
Removes the items with the specified prefix from the Infolog.
public:
virtual void truncate(System::String ^ _prefix);
public virtual void truncate (string _prefix);
abstract member truncate : string -> unit
override this.truncate : string -> unit
Public Overridable Sub truncate (_prefix As String)
Parameters
- _prefix
- String
The prefix for the items that you want to remove from the Infolog.