Bahasa

OperationBindingCollection.Add(OperationBinding) Metode

Definisi

Menambahkan yang ditentukan OperationBinding ke akhir OperationBindingCollection.

public:
 int Add(System::Web::Services::Description::OperationBinding ^ bindingOperation);
public int Add(System.Web.Services.Description.OperationBinding bindingOperation);
member this.Add : System.Web.Services.Description.OperationBinding -> int
Public Function Add (bindingOperation As OperationBinding) As Integer

Parameter

bindingOperation
OperationBinding

untuk OperationBinding ditambahkan ke koleksi.

Mengembalikan

Indeks berbasis nol tempat bindingOperation parameter telah ditambahkan.

Contoh

Contoh berikut menunjukkan penggunaan Add metode .

// Add the Add OperationBinding to the collection.
myOperationBindingCollection->Add( addOperationBinding );
Console::WriteLine( "\nAdded the OperationBinding of the Add"
" operation to the collection." );
// Add the Add OperationBinding to the collection.
myOperationBindingCollection.Add(addOperationBinding);
Console.WriteLine("\nAdded the OperationBinding of the Add" +
   " operation to the collection.");
' Add the Add OperationBinding to the collection.
myOperationBindingCollection.Add(addOperationBinding)
Console.WriteLine(ControlChars.NewLine & _
   "Added the OperationBinding of the Add " & _
   "operation to the collection.")

Berlaku untuk