OwnerDrawPropertyBag(SerializationInfo, StreamingContext) 构造函数

定义

初始化 OwnerDrawPropertyBag 类的新实例。

此 API 支持产品基础结构,不能在代码中直接使用。

protected:
 OwnerDrawPropertyBag(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected OwnerDrawPropertyBag (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new System.Windows.Forms.OwnerDrawPropertyBag : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.Windows.Forms.OwnerDrawPropertyBag
Protected Sub New (info As SerializationInfo, context As StreamingContext)

参数

context
StreamingContext

一个 StreamingContext 值。

适用于