ReceivePortCollection.Item[] 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
Item[Int32] | |
Item[String] |
Item[Int32]
public:
property Microsoft::BizTalk::ExplorerOM::ReceivePort ^ default[int] { Microsoft::BizTalk::ExplorerOM::ReceivePort ^ get(int index); };
public Microsoft.BizTalk.ExplorerOM.ReceivePort this[int index] { get; }
member this.Item(int) : Microsoft.BizTalk.ExplorerOM.ReceivePort
Default Public ReadOnly Property Item(index As Integer) As ReceivePort
參數
- index
- Int32
屬性值
適用於
Item[String]
public:
property Microsoft::BizTalk::ExplorerOM::ReceivePort ^ default[System::String ^] { Microsoft::BizTalk::ExplorerOM::ReceivePort ^ get(System::String ^ name); };
public Microsoft.BizTalk.ExplorerOM.ReceivePort this[string name] { get; }
member this.Item(string) : Microsoft.BizTalk.ExplorerOM.ReceivePort
Default Public ReadOnly Property Item(name As String) As ReceivePort
參數
- name
- String