ICacheableAttachedCollectionSource 인터페이스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
잠재적으로 캐시할 수 있는 IAttachedCollectionSource를 나타냅니다. 캐시된 원본은 요청될 때마다 다시 만들 필요가 없습니다.
public interface class ICacheableAttachedCollectionSource : Microsoft::VisualStudio::Shell::IAttachedCollectionSource
public interface class ICacheableAttachedCollectionSource : Microsoft::VisualStudio::Shell::IAttachedCollectionSource
__interface ICacheableAttachedCollectionSource : Microsoft::VisualStudio::Shell::IAttachedCollectionSource
public interface ICacheableAttachedCollectionSource : Microsoft.VisualStudio.Shell.IAttachedCollectionSource
type ICacheableAttachedCollectionSource = interface
interface IAttachedCollectionSource
Public Interface ICacheableAttachedCollectionSource
Implements IAttachedCollectionSource
- 구현
속성
CanCache |
이 IAttachedCollectionSource의 항목을 캐시할 수 있는지 여부를 가져옵니다. IAttachedCollectionSource 인스턴스는 INotifyCollectionChanged를 통해 해당 항목에 대한 관찰 가능한 변경 내용을 지원하지 않지만 시간이 지남에 따라 변경되는 경우 IAttachedCollectionSource를 캐싱하면 부실 컬렉션을 영구적으로 캐시하므로 캐시하면 안 됩니다. |
HasItems |
이 IAttachedCollectionSource에 항목이 있으면 true를 반환하고, 그렇지 않으면 false를 반환합니다. HasItems에 액세스한다고 해서 반드시 항목 자체가 만들어지는 것은 아닙니다. (다음에서 상속됨 IAttachedCollectionSource) |
Items |
이 IAttachedCollectionSource와 연결된 항목의 컬렉션을 가져오고 필요한 경우 만듭니다. (다음에서 상속됨 IAttachedCollectionSource) |
SourceItem |
이 IAttachedCollectionSource를 만드는 데 사용되는 개체를 가져옵니다. (다음에서 상속됨 IAttachedCollectionSource) |