TwinCollection.ClearMetadata 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.
Clears metadata out of the twin collection.
public void ClearMetadata ();
member this.ClearMetadata : unit -> unit
Public Sub ClearMetadata ()
Remarks
This will only clear the metadata from the twin collection but will not change the base metadata object. This allows you to still use methods such as GetMetadata(). If you need to remove all metadata, please use ClearAllMetadata().
Applies to
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.