SectionGroupCollection.Item[] 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得指定的區段群組。
多載
Item[Int32] |
取得指定索引處的指定區段群組。 |
Item[String] |
取得具有指定名稱的指定區段群組。 |
Item[Int32]
取得指定索引處的指定區段群組。
public:
property Microsoft::Web::Administration::SectionGroup ^ default[int] { Microsoft::Web::Administration::SectionGroup ^ get(int index); };
public Microsoft.Web.Administration.SectionGroup this[int index] { get; }
member this.Item(int) : Microsoft.Web.Administration.SectionGroup
Default Public ReadOnly Property Item(index As Integer) As SectionGroup
參數
- index
- Int32
要傳回的 SectionGroup 物件索引。
屬性值
位於指定索引處的 SectionGroup 物件。
適用於
Item[String]
取得具有指定名稱的指定區段群組。
public:
property Microsoft::Web::Administration::SectionGroup ^ default[System::String ^] { Microsoft::Web::Administration::SectionGroup ^ get(System::String ^ sectionGroupName); };
public Microsoft.Web.Administration.SectionGroup this[string sectionGroupName] { get; }
member this.Item(string) : Microsoft.Web.Administration.SectionGroup
Default Public ReadOnly Property Item(sectionGroupName As String) As SectionGroup
參數
- sectionGroupName
- String
要傳回的 SectionGroup 物件名稱。
屬性值
SectionGroup具有指定名稱的物件。