AxHost.State 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
初始化 AxHost.State 類別的新執行個體。
多載
AxHost.State(SerializationInfo, StreamingContext) |
初始化 AxHost.State 類別的新執行個體,以將狀態還原序列化。 |
AxHost.State(Stream, Int32, Boolean, String) |
初始化 AxHost.State 類別的新執行個體,以序列化狀態。 |
AxHost.State(SerializationInfo, StreamingContext)
初始化 AxHost.State 類別的新執行個體,以將狀態還原序列化。
protected:
State(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected State (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new System.Windows.Forms.AxHost.State : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.Windows.Forms.AxHost.State
Protected Sub New (info As SerializationInfo, context As StreamingContext)
參數
- info
- SerializationInfo
- context
- StreamingContext
備註
重要
使用不信任的資料呼叫此方法,會造成安全性上的風險。 呼叫此方法時,請一律使用信任的資料。 如需詳細資訊,請參閱 驗證所有輸入。
適用於
AxHost.State(Stream, Int32, Boolean, String)
初始化 AxHost.State 類別的新執行個體,以序列化狀態。
public:
State(System::IO::Stream ^ ms, int storageType, bool manualUpdate, System::String ^ licKey);
public State (System.IO.Stream ms, int storageType, bool manualUpdate, string licKey);
public State (System.IO.Stream ms, int storageType, bool manualUpdate, string? licKey);
new System.Windows.Forms.AxHost.State : System.IO.Stream * int * bool * string -> System.Windows.Forms.AxHost.State
Public Sub New (ms As Stream, storageType As Integer, manualUpdate As Boolean, licKey As String)
參數
- manualUpdate
- Boolean
true
表示手動更新,否則為 false
。
- licKey
- String
控制項的授權識別碼。
備註
重要
使用不信任的資料呼叫此方法,會造成安全性上的風險。 呼叫此方法時,請一律使用信任的資料。 如需詳細資訊,請參閱 驗證所有輸入。