VsaItems 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
주의
Use of this type is not recommended because it is being deprecated in Visual Studio 2005; there will be no replacement for this feature. Please see the ICodeCompiler documentation for additional help.
이름 또는 인덱스로 주소를 지정할 수 있는 개체 컬렉션을 VsaItem 정의합니다.
public ref class VsaItems : Microsoft::Vsa::IVsaItems, System::Collections::IEnumerable
public class VsaItems : Microsoft.Vsa.IVsaItems, System.Collections.IEnumerable
[System.Obsolete("Use of this type is not recommended because it is being deprecated in Visual Studio 2005; there will be no replacement for this feature. Please see the ICodeCompiler documentation for additional help.")]
public class VsaItems : Microsoft.Vsa.IVsaItems, System.Collections.IEnumerable
type VsaItems = class
interface IVsaItems
interface IEnumerable
[<System.Obsolete("Use of this type is not recommended because it is being deprecated in Visual Studio 2005; there will be no replacement for this feature. Please see the ICodeCompiler documentation for additional help.")>]
type VsaItems = class
interface IVsaItems
interface IEnumerable
Public Class VsaItems
Implements IEnumerable, IVsaItems
- 상속
-
VsaItems
- 특성
- 구현
생성자
| Name | Description |
|---|---|
| VsaItems(IVsaItems) |
사용되지 않음.
이름 또는 인덱스로 주소를 지정할 수 있는 개체 컬렉션을 VsaItem 정의합니다. |
필드
| Name | Description |
|---|---|
| m_ItemCollection |
사용되지 않음.
이름 또는 인덱스로 주소를 지정할 수 있는 개체 컬렉션을 VsaItem 정의합니다. |
속성
| Name | Description |
|---|---|
| Count |
사용되지 않음.
지정된 컬렉션의 항목 수를 가져옵니다. |
| Item[Int32] |
사용되지 않음.
컬렉션에서 인덱스 값으로 항목을 가져옵니다. |
| Item[String] |
사용되지 않음.
컬렉션에서 해당 이름으로 항목을 가져옵니다. |
메서드
| Name | Description |
|---|---|
| AddCodeItemWrapper(IVsaItem) |
사용되지 않음.
이름 또는 인덱스로 주소를 지정할 수 있는 개체 컬렉션을 VsaItem 정의합니다. |
| CreateItem(String, VsaItemType, VsaItemFlag) |
사용되지 않음.
열거형에 정의된 대로 형식 중 VsaItemType 하나의 새 인스턴스를 VsaItemFlag 만듭니다. |
| Equals(Object) |
사용되지 않음.
지정한 개체와 현재 개체가 같은지 여부를 확인합니다. (다음에서 상속됨 Object) |
| GetEnumerator() |
사용되지 않음.
컬렉션을 반복하는 열거자를 반환합니다. |
| GetHashCode() |
사용되지 않음.
기본 해시 함수로 작동합니다. (다음에서 상속됨 Object) |
| GetItemWrapper(IVsaItem) |
사용되지 않음.
이름 또는 인덱스로 주소를 지정할 수 있는 개체 컬렉션을 VsaItem 정의합니다. |
| GetType() |
사용되지 않음.
현재 인스턴스의 Type 가져옵니다. (다음에서 상속됨 Object) |
| MemberwiseClone() |
사용되지 않음.
현재 Object단순 복사본을 만듭니다. (다음에서 상속됨 Object) |
| Remove(Int32) |
사용되지 않음.
인덱스 값으로 지정된 대로 컬렉션에서 항목을 제거합니다. |
| Remove(String) |
사용되지 않음.
이름으로 지정된 대로 컬렉션에서 항목을 제거합니다. |
| ToString() |
사용되지 않음.
현재 개체를 나타내는 문자열을 반환합니다. (다음에서 상속됨 Object) |
확장명 메서드
| Name | Description |
|---|---|
| AsQueryable(IEnumerable) |
사용되지 않음.
IEnumerable IQueryable변환합니다. |
| Cast<TResult>(IEnumerable) |
사용되지 않음.
IEnumerable 요소를 지정된 형식으로 캐스팅합니다. |
| OfType<TResult>(IEnumerable) |
사용되지 않음.
지정된 형식에 따라 IEnumerable 요소를 필터링합니다. |