AttributeCollection.FromExisting(AttributeCollection, Attribute[]) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
從現有的 AttributeCollection 建立新 AttributeCollection。
public:
static System::ComponentModel::AttributeCollection ^ FromExisting(System::ComponentModel::AttributeCollection ^ existing, ... cli::array <Attribute ^> ^ newAttributes);
public static System.ComponentModel.AttributeCollection FromExisting (System.ComponentModel.AttributeCollection existing, params Attribute[] newAttributes);
public static System.ComponentModel.AttributeCollection FromExisting (System.ComponentModel.AttributeCollection existing, params Attribute[]? newAttributes);
static member FromExisting : System.ComponentModel.AttributeCollection * Attribute[] -> System.ComponentModel.AttributeCollection
Public Shared Function FromExisting (existing As AttributeCollection, ParamArray newAttributes As Attribute()) As AttributeCollection
參數
- existing
- AttributeCollection
用於建立複本的 AttributeCollection。
傳回
新的 AttributeCollection,是 existing
的複本。
例外狀況
existing
為 null
。
備註
newAttributes
如果提供 參數,其Attribute專案會與 參數的項目existing
合併。