ReferenceResolver.GetReference(Object, Boolean) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
如果有的話,取得指定值的參考識別碼,否則會指派新的識別碼。 這個方法會在寫入 CLR 物件之前呼叫,因此,我們可以決定是否要寫入 $id 並列舉其屬性的其餘部分或 $ref,然後逐步執行至下一個物件。
public:
abstract System::String ^ GetReference(System::Object ^ value, [Runtime::InteropServices::Out] bool % alreadyExists);
public abstract string GetReference (object value, out bool alreadyExists);
abstract member GetReference : obj * bool -> string
Public MustOverride Function GetReference (value As Object, ByRef alreadyExists As Boolean) As String
參數
- value
- Object
要取得識別碼的 CLR 參考型別物件值。
- alreadyExists
- Boolean
當這個方法傳回時,如果值的參考已經存在,即為 true
,否則為 false
。
傳回
指定物件的參考識別碼。