ImportCollection Klasa
Definicja
public ref class ImportCollection : System::Collections::ICollection
public class ImportCollection : System.Collections.ICollection
type ImportCollection = class
interface ICollection
interface IEnumerable
type ImportCollection = class
interface IEnumerable
interface ICollection
Public Class ImportCollection
Implements ICollection
- Dziedziczenie
-
ImportCollection
- Implementuje
Właściwości
Count |
Pobiera wartość wskazującą liczbę Import obiektów w obiekcie ImportCollection .Gets a value indicating the number of Import objects in the ImportCollection. |
IsSynchronized |
Pobiera wartość wskazującą, czy dostęp do elementu ImportCollection jest synchronizowany (bezpieczny wątkowo).Gets a value indicating whether access to the ImportCollection is synchronized (thread safe). |
SyncRoot |
Pobiera obiekt, który może służyć do synchronizowania dostępu do ImportCollection .Gets an object that can be used to synchronize access to the ImportCollection. |
Metody
AddNewImport(String, String) |
Umożliwia hostom programistyczne Dodawanie nowego znacznika importu do pliku projektu, który jest manipulowany przez hosta.Allows hosts to programmatically add a new Import tag to a project file being manipulated by the host. |
CopyTo(Array, Int32) |
Kopiuje cały ImportCollection do zgodnego jednowymiarowego Array , rozpoczynając od określonego indeksu tablicy docelowej.Copies the entire ImportCollection to a compatible one-dimensional Array, starting at the specified index of the target array. |
CopyTo(Import[], Int32) |
Kopiuje wszystkie ImportCollection do zgodnych jednowymiarowych Array Import obiektów, rozpoczynając od określonego indeksu tablicy docelowej.Copies the entire ImportCollection to a compatible one-dimensional Array of Import objects, starting at the specified index of the target array. |
Equals(Object) |
Określa, czy dany obiekt jest taki sam, jak bieżący obiekt.Determines whether the specified object is equal to the current object. (Odziedziczone po Object) |
GetEnumerator() |
Pobiera moduł wyliczający, który wykonuje iterację przez ImportCollection .Gets an enumerator that iterates through the ImportCollection. |
GetHashCode() |
Służy jako domyślna funkcja skrótu.Serves as the default hash function. (Odziedziczone po Object) |
GetType() |
Pobiera Type bieżące wystąpienie.Gets the Type of the current instance. (Odziedziczone po Object) |
MemberwiseClone() |
Tworzy skróconą kopię bieżącego elementu Object .Creates a shallow copy of the current Object. (Odziedziczone po Object) |
RemoveImport(Import) |
Umożliwia hostom programowe usuwanie znaczników importu , które są częścią pliku projektu, który jest manipulowany przez hosta.Allows hosts to programmatically remove Import tags that are part of a project file being manipulated by the host. |
ToString() |
Zwraca ciąg reprezentujący bieżący obiekt.Returns a string that represents the current object. (Odziedziczone po Object) |
Metody rozszerzania
Cast<TResult>(IEnumerable) |
Rzutuje elementy elementu IEnumerable do określonego typu.Casts the elements of an IEnumerable to the specified type. |
OfType<TResult>(IEnumerable) |
Filtruje elementy IEnumerable w oparciu o określony typ.Filters the elements of an IEnumerable based on a specified type. |
AsParallel(IEnumerable) |
Włącza przetwarzanie równoległe zapytania.Enables parallelization of a query. |
AsQueryable(IEnumerable) |
Konwertuje IEnumerable do IQueryable .Converts an IEnumerable to an IQueryable. |