ConfigurationCollectionSchema.AddElementNames 属性

定义

获取可向集合中添加项的元素名称的逗号分隔列表。

public:
 property System::String ^ AddElementNames { System::String ^ get(); };
public string AddElementNames { get; }
member this.AddElementNames : string
Public ReadOnly Property AddElementNames As String

属性值

可以向集合中添加项的元素名称的逗号分隔列表。

注解

集合可以追加具有不同架构的项。 此属性返回可将项追加到集合的所有元素的名称。

适用于