TypeTable.RemoveType(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.
Remove all type information related to the type name.
public:
void RemoveType(System::String ^ typeName);
public:
void RemoveType(Platform::String ^ typeName);
void RemoveType(std::wstring const & typeName);
public void RemoveType (string typeName);
member this.RemoveType : string -> unit
Public Sub RemoveType (typeName As String)
Parameters
- typeName
- String
The name of the type to remove from TypeTable.
Exceptions
Throw when the argument is null or empty.
Throw if there were failures when remove the type.