VirtualTypeBuilder::IsSerializable Property
Visual Studio 2015
Gets or sets whether the resulting virtual type is serializable.
Assembly: Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)
Property Value
Type: System::Booleantrue if the resulting virtual type is serializable, otherwise false.
The value of this property must match the behavior of instances of the VirtualTypeBuilder class returned from the InvokeConstructor method of your type implementer. If this property indicates that this type is serializable but the type implementer returns a type that is not serializable, an exception will be thrown.
Show: