SchemaNameCollection Sınıf
Tanım
SchemaFilterBir nesnenin özelliğinin kullanabileceği şema adlarının bir listesini içerir DirectoryEntries .Contains a list of the schema names that the SchemaFilter property of a DirectoryEntries object can use.
public ref class SchemaNameCollection : System::Collections::IList
public class SchemaNameCollection : System.Collections.IList
type SchemaNameCollection = class
interface ICollection
interface IEnumerable
interface IList
type SchemaNameCollection = class
interface IList
interface ICollection
interface IEnumerable
Public Class SchemaNameCollection
Implements IList
- Devralma
-
SchemaNameCollection
- Uygulamalar
Özellikler
Count |
CountÖzelliği, bu koleksiyondaki nesne sayısını alır.The Count property gets the number of objects in this collection. |
Item[Int32] |
Belirtilen dizinde bulunan nesneyi alır veya ayarlar.Gets or sets the object that exists at a specified index. |
Yöntemler
Add(String) |
Bu koleksiyona belirtilen bir şema adı ekler.Appends a specified schema name to this collection. |
AddRange(SchemaNameCollection) |
Belirtilen şema adları kümesini bu koleksiyona ekler.Appends a set of specified schema names to this collection. |
AddRange(String[]) |
Belirtilen şema adları kümesini bu koleksiyona ekler.Appends a set of specified schema names to this collection. |
Clear() |
Tüm nesneleri bu koleksiyondan kaldırır.Removes all objects from this collection. |
Contains(String) |
Bu koleksiyonun belirtilen bir şema adı içerip içermediğini belirler.Determines whether this collection contains a specified schema name. |
CopyTo(String[], Int32) |
Bu koleksiyondaki şema adlarını dizinin belirli bir dizininden başlayarak bir diziye kopyalar.Copies the schema names from this collection to an array, starting at a particular index of the array. |
Equals(Object) |
Belirtilen nesnenin geçerli nesneye eşit olup olmadığını belirler.Determines whether the specified object is equal to the current object. (Devralındığı yer: Object) |
GetEnumerator() |
Bu koleksiyonda yinelemek için kullanabileceğiniz bir Numaralandırıcı döndürür.Returns an enumerator that you can use to iterate through this collection. |
GetHashCode() |
Varsayılan karma işlevi olarak işlev görür.Serves as the default hash function. (Devralındığı yer: Object) |
GetType() |
TypeGeçerli örneği alır.Gets the Type of the current instance. (Devralındığı yer: Object) |
IndexOf(String) |
Bu koleksiyonda belirtilen bir şema adının dizinini belirler.Determines the index of a specified schema name in this collection. |
Insert(Int32, String) |
Belirtilen dizinde bu koleksiyona bir şema adı ekler.Inserts a schema name into this collection at a specified index. |
MemberwiseClone() |
Geçerli bir basit kopyasını oluşturur Object .Creates a shallow copy of the current Object. (Devralındığı yer: Object) |
Remove(String) |
Belirtilen şema adını bu koleksiyondan kaldırır.Removes a specified schema name from this collection. |
RemoveAt(Int32) |
Belirtilen dizindeki şema adını bu koleksiyondan kaldırır.Removes the schema name that is at a specified index from this collection. |
ToString() |
Geçerli nesneyi temsil eden dizeyi döndürür.Returns a string that represents the current object. (Devralındığı yer: Object) |
Belirtik Arabirim Kullanımları
ICollection.CopyTo(Array, Int32) |
Öğesinin öğelerini ICollection Array belirli bir dizinden başlayarak öğesine kopyalar Array .Copies the elements of the ICollection to an Array, starting at a particular Array index. |
ICollection.IsSynchronized |
Erişiminin ICollection eşitlenip eşitlenmediğini (iş parçacığı güvenli) gösteren bir değer alır.Gets a value indicating whether access to the ICollection is synchronized (thread safe). |
ICollection.SyncRoot |
Erişimini eşitlemede kullanılabilecek bir nesne alır ICollection .Gets an object that can be used to synchronize access to the ICollection. |
IList.Add(Object) |
Listeye bir öğe ekler.Adds an item to the list. |
IList.Contains(Object) |
Listenin belirtilen değeri içerip içermediğini belirler.Determines whether the list contains a specified value. |
IList.IndexOf(Object) |
Listedeki belirtilen öğenin dizinini belirler.Determines the index of a specified item in the list. |
IList.Insert(Int32, Object) |
Belirtilen dizindeki listeye bir öğe ekler.Inserts an item to the list at the specified index. |
IList.IsFixedSize |
Değerinin sabit boyutta olup olmadığını gösteren bir değer alır IList .Gets a value indicating whether the IList has a fixed size. |
IList.IsReadOnly |
IList öğesinin salt okunur olup olmadığını belirten bir değer alır.Gets a value indicating whether the IList is read-only. |
IList.Item[Int32] |
Belirtilen dizindeki öğeyi alır veya ayarlar.Gets or sets the element at the specified index. |
IList.Remove(Object) |
Belirli bir ' ın listedeki ilk oluşumunu kaldırır |
Uzantı Metotları
Cast<TResult>(IEnumerable) |
Öğesinin öğelerini IEnumerable belirtilen türe yayınlar.Casts the elements of an IEnumerable to the specified type. |
OfType<TResult>(IEnumerable) |
Öğesinin öğelerini IEnumerable belirtilen bir türe göre filtreler.Filters the elements of an IEnumerable based on a specified type. |
AsParallel(IEnumerable) |
Bir sorgunun paralelleştirilmesini mümkün hale getirme.Enables parallelization of a query. |
AsQueryable(IEnumerable) |
Bir IEnumerable öğesine dönüştürür IQueryable .Converts an IEnumerable to an IQueryable. |