PropertySet.AddRange(IEnumerable<PropertyDefinitionBase>) メソッド

定義

指定したプロパティをプロパティ セットに追加します。

public:
 void AddRange(System::Collections::Generic::IEnumerable<Microsoft::Exchange::WebServices::Data::PropertyDefinitionBase ^> ^ properties);
public void AddRange (System.Collections.Generic.IEnumerable<Microsoft.Exchange.WebServices.Data.PropertyDefinitionBase> properties);
Public Sub AddRange (properties As IEnumerable(Of PropertyDefinitionBase))

パラメーター

properties
IEnumerable<PropertyDefinitionBase>

追加するプロパティ。

適用対象