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

このコレクションに追加するスキーマ名。

戻り値

指定したプロパティ値の 0 から始まるインデックス番号。 オブジェクトが見つからない場合は、-1 が返されます。

適用対象