NewLateBinding.LateIndexSetComplex 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
執行晚期繫結屬性 Set 或欄位寫入呼叫。 這個 Helper 方法並不適合從您的程式碼直接呼叫。
public:
static void LateIndexSetComplex(System::Object ^ Instance, cli::array <System::Object ^> ^ Arguments, cli::array <System::String ^> ^ ArgumentNames, bool OptimisticSet, bool RValueBase);
public static void LateIndexSetComplex (object Instance, object[] Arguments, string[] ArgumentNames, bool OptimisticSet, bool RValueBase);
public static void LateIndexSetComplex (object Instance, object?[]? Arguments, string?[]? ArgumentNames, bool OptimisticSet, bool RValueBase);
static member LateIndexSetComplex : obj * obj[] * string[] * bool * bool -> unit
Public Shared Sub LateIndexSetComplex (Instance As Object, Arguments As Object(), ArgumentNames As String(), OptimisticSet As Boolean, RValueBase As Boolean)
參數
- Instance
- Object
公開屬性或方法的呼叫物件執行個體。
- Arguments
- Object[]
陣列,其中包含要傳遞給呼叫的屬性或方法之引數。
- ArgumentNames
- String[]
引數名稱的陣列。
- OptimisticSet
- Boolean
Boolean
值,用來決定設定作業是否會運作。 當您相信屬性或欄位中已設定中繼值時,請設為 True
,否則為 False
。
- RValueBase
- Boolean
Boolean
值,指定晚期參考的基底參考為 RValue
。 當晚期參考的基底參考為 True
時,若設為 RValue
,對於實值型別之 RValues
欄位的晚期指派,您可以產生執行階段例外狀況。 否則,請設為 False
。