NameResolutionCollection クラス

定義

推奨される名前解決の一覧を表します。

public ref class NameResolutionCollection sealed : System::Collections::Generic::IEnumerable<Microsoft::Exchange::WebServices::Data::NameResolution ^>
public sealed class NameResolutionCollection : System.Collections.Generic.IEnumerable<Microsoft.Exchange.WebServices.Data.NameResolution>
Public NotInheritable Class NameResolutionCollection
Implements IEnumerable(Of NameResolution)
継承
NameResolutionCollection
実装

プロパティ

Count

NameResolution オブジェクトの合計数を取得します。

IncludesAllResolutions

より多くの推奨解像度が使用可能かどうかを示す値を取得します。

Item[Int32]

指定したインデックス位置の名前解決を取得します。

メソッド

GetEnumerator()

NameResolution オブジェクトのコレクションを反復処理する列挙子を取得します。

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

IEnumerable.GetEnumerator()

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

適用対象