IVsDataObjectPropertyDictionary Interface

Definition

Represents the properties of a data object.

C++
public interface class IVsDataObjectPropertyDictionary : System::Collections::Generic::ICollection<System::Collections::Generic::KeyValuePair<System::String ^, System::Object ^>>, System::Collections::Generic::IDictionary<System::String ^, System::Object ^>, System::Collections::Generic::IEnumerable<System::Collections::Generic::KeyValuePair<System::String ^, System::Object ^>>
Implements

Methods

CopyTo(KeyValuePair<String,Object>[], String[], Int32)

Copies the specified properties from the current collection of properties to the specified array of KeyValuePair<TKey,TValue> objects.

Extension Methods

AddRange<TKey,TValue>(IDictionary<TKey,TValue>, IDictionary<TKey,TValue>, Boolean)

Add one dictionary content to the another dictionary

GetOrDefault<TK,TV>(IDictionary<TK,TV>, TK)

Gets a value by the given key.

EmptyIfNull<T>(IEnumerable<T>)

Return this enumeration in case it is not null. In case it is null return empty enumeration.

Applies to

Product Versions
Visual Studio SDK 2017, 2019, 2022