IVsaItems 인터페이스

정의

주의

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.

IVsaItem 개체의 컬렉션에 대해 이름별 또는 인덱스별로 처리할 수 있는 인터페이스를 정의합니다.

public interface class IVsaItems : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("0AB1EB6A-12BD-44d0-B941-0580ADFC73DE")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsaItems : System.Collections.IEnumerable
[System.Runtime.InteropServices.Guid("0AB1EB6A-12BD-44d0-B941-0580ADFC73DE")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
[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 interface IVsaItems : System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("0AB1EB6A-12BD-44d0-B941-0580ADFC73DE")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsaItems = interface
    interface IEnumerable
[<System.Runtime.InteropServices.Guid("0AB1EB6A-12BD-44d0-B941-0580ADFC73DE")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
[<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 IVsaItems = interface
    interface IEnumerable
Public Interface IVsaItems
Implements IEnumerable
파생
특성
구현

속성

Count
사용되지 않음.

지정된 컬렉션의 항목 수를 가져옵니다.

Item[Int32]
사용되지 않음.

컬렉션에서 항목을 인덱스 값별로 가져옵니다.

Item[String]
사용되지 않음.

컬렉션에서 항목을 이름별로 가져옵니다.

메서드

CreateItem(String, VsaItemType, VsaItemFlag)
사용되지 않음.

IVsaItem 열거형에 정의된 것과 같이 VsaItemType 형식 중 하나의 새 인스턴스를 만듭니다.

GetEnumerator()
사용되지 않음.

컬렉션을 반복하는 열거자를 반환합니다.

(다음에서 상속됨 IEnumerable)
Remove(Int32)
사용되지 않음.

컬렉션에서 인덱스 값이 지정된 항목을 제거합니다.

Remove(String)
사용되지 않음.

컬렉션에서 이름이 지정된 항목을 제거합니다.

확장 메서드

Cast<TResult>(IEnumerable)
사용되지 않음.

IEnumerable의 요소를 지정된 형식으로 캐스팅합니다.

OfType<TResult>(IEnumerable)
사용되지 않음.

지정된 형식에 따라 IEnumerable의 요소를 필터링합니다.

AsQueryable(IEnumerable)
사용되지 않음.

IEnumerableIQueryable로 변환합니다.

적용 대상