IndexAnnotation.MergeWith(Object) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將這個批註與指定的批註合併,並傳回包含合併索引的新批註。
public virtual object MergeWith (object other);
abstract member MergeWith : obj -> obj
override this.MergeWith : obj -> obj
Public Overridable Function MergeWith (other As Object) As Object
參數
- other
- Object
要與這個批註合併的批註。
傳回
包含兩個批註合併索引的新批註。
實作
例外狀況
另一個批註包含與這個批註中索引不相容的索引。
備註
每個索引批註最多都包含一個 IndexAttribute 具有指定名稱的批註。 合併的注釋將包含這個 和其他批註中的 IndexAttributes。 如果兩個注釋都包含具有相同名稱的 IndexAttribute,則合併的批註將會包含一個具有該名稱的 IndexAttribute。