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
- 특성
- 구현
생성자
VsaItems(IVsaItems) |
사용되지 않음.
이름별 또는 인덱스별로 처리할 수 있는 VsaItem 개체의 컬렉션을 정의합니다. |
필드
m_ItemCollection |
사용되지 않음.
이름별 또는 인덱스별로 처리할 수 있는 VsaItem 개체의 컬렉션을 정의합니다. |
속성
Count |
사용되지 않음.
지정된 컬렉션의 항목 수를 가져옵니다. |
Item[Int32] |
사용되지 않음.
컬렉션에서 항목을 인덱스 값별로 가져옵니다. |
Item[String] |
사용되지 않음.
컬렉션에서 항목을 이름별로 가져옵니다. |
메서드
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) |
확장 메서드
Cast<TResult>(IEnumerable) |
사용되지 않음.
IEnumerable의 요소를 지정된 형식으로 캐스팅합니다. |
OfType<TResult>(IEnumerable) |
사용되지 않음.
지정된 형식에 따라 IEnumerable의 요소를 필터링합니다. |
AsQueryable(IEnumerable) |
사용되지 않음.
IEnumerable을 IQueryable로 변환합니다. |
적용 대상
.NET