XsdDataContractExporter::CanExport Method (Type^)
.NET Framework (current version)
Gets a value that indicates whether the specified common language runtime (CLR) type can be exported.
Assembly: System.Runtime.Serialization (in System.Runtime.Serialization.dll)
Parameters
- type
-
Type:
System::Type^
The Type to export.
The following example calls the CanExport(Type^) method before calling the Export(Type^) method.
.NET Framework
Available since 3.0
Available since 3.0
Show: