Bagikan melalui


IVsDataObjectPropertyDictionary Antarmuka

Definisi

Mewakili properti objek data.

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 ^>>
public interface IVsDataObjectPropertyDictionary : System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<string,object>>, System.Collections.Generic.IDictionary<string,object>, System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<string,object>>
type IVsDataObjectPropertyDictionary = interface
    interface IDictionary<string, obj>
    interface ICollection<KeyValuePair<string, obj>>
    interface seq<KeyValuePair<string, obj>>
    interface IEnumerable
Public Interface IVsDataObjectPropertyDictionary
Implements ICollection(Of KeyValuePair(Of String, Object)), IDictionary(Of String, Object), IEnumerable(Of KeyValuePair(Of String, Object))
Penerapan

Metode

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

Menyalin properti yang ditentukan dari kumpulan properti saat ini ke array KeyValuePair<TKey,TValue> objek yang ditentukan.

Metode Ekstensi

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

Menambahkan satu konten kamus ke kamus lain

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

Mendapatkan nilai menurut kunci yang diberikan.

EmptyIfNull<T>(IEnumerable<T>)

Kembalikan enumerasi ini jika tidak null. Jika null mengembalikan enumerasi kosong.

Berlaku untuk