ModuleCollection.Remove(String) Method

<< 点击显示目录 >>

主页  PVI通信 > PVI帮助信息 > PVI Services > BR.AN.Namespace > BR.AN.PviServices > ModuleCollection Class > ModuleCollection Methods > Remove Method >

ModuleCollection.Remove(String) Method

BR.AN.PviServices .NET


Removes the specified item from the collection.

[Visual Basic]

Public Overrides Overloads Sub Remove( _

  ByVal key As String _

)

[C#]

public override void Remove(

  string key

);

Parameters

key

The key is the name of the module to be removed.

See Also

ModuleCollection Class | BR.AN.PviServices Namespace | ModuleCollection.Remove Overload List


Generated from assembly BR.AN.PviServices [8.1.0.4]