ComplexPropertyCollection<TComplexProperty> クラス

定義

Exchange Web Services (EWS) との間で送受信できるプロパティのコレクションを表します。

generic <typename TComplexProperty>
 where TComplexProperty : ComplexPropertypublic ref class ComplexPropertyCollection abstract : Microsoft::Exchange::WebServices::Data::ComplexProperty, System::Collections::Generic::IEnumerable<TComplexProperty>
public abstract class ComplexPropertyCollection<TComplexProperty> : Microsoft.Exchange.WebServices.Data.ComplexProperty, System.Collections.Generic.IEnumerable<TComplexProperty> where TComplexProperty : ComplexProperty
Public MustInherit Class ComplexPropertyCollection(Of TComplexProperty)
Inherits ComplexProperty
Implements IEnumerable(Of TComplexProperty)

型パラメーター

TComplexProperty

ComplexProperty 型。

継承
ComplexPropertyCollection<TComplexProperty>
派生
実装
IEnumerable<TComplexProperty>

プロパティ

Count

コレクション内のプロパティの合計数を取得します。

Item[Int32]

指定したインデックス位置にある プロパティを取得します。

メソッド

Contains(TComplexProperty)

特定のプロパティがコレクション内にあるかどうかを判断します。

GetEnumerator()

コレクションの要素を反復処理する列挙子を取得します。

IndexOf(TComplexProperty)

特定のプロパティを検索し、コレクション内の 0 から始まるインデックスを返します。

明示的なインターフェイスの実装

IEnumerable.GetEnumerator()

コレクションの要素を反復処理する列挙子を取得します。 このIEnumerable.GetEnumerator()方法は、Exchange Onlineおよび 2013 以降のバージョンの Exchange を対象とするクライアントExchange Server適用できます。

適用対象