SchemaNameCollection.Add(String) 方法

定義

附加指定的結構描述名稱至這個集合。

public:
 int Add(System::String ^ value);
public int Add (string value);
public int Add (string? value);
member this.Add : string -> int
Public Function Add (value As String) As Integer

參數

value
String

要加入至這個集合的結構描述名稱。

傳回

指定屬性值之以零起始的索引。 如果找不到物件,則傳回值為 -1。

適用於