IExtensibleObject<T> 인터페이스

정의

이벤트 등록이나 상태 전환 조사 같은 사용자 지정 동작에 참여할 수 있도록 개체를 활성화합니다.

generic <typename T>
 where T : IExtensibleObject<T>public interface class IExtensibleObject
public interface IExtensibleObject<T> where T : IExtensibleObject<T>
type IExtensibleObject<'T (requires 'T :> IExtensibleObject<'T>)> = interface
Public Interface IExtensibleObject(Of T)

형식 매개 변수

T

확장 클래스의 형식입니다.

파생

설명

확장을 집계할 수 있도록 구현 IExtensibleObject<T> 합니다.

예를 들어 클래스를 TreeNode 구현하고 외부 코드에서 일부 인스턴스TreeNode에 주석과 메서드를 추가하도록 허용하려는 경우 구현IExtensibleObject<TreeNode>TreeNode 수 있습니다. 이를 통해 컬렉션에 구현 IExtensibleObject<TreeNode> 되는 개체를 추가하는 데 사용하는 TreeNode 코드를 사용할 수 Extensions 있습니다.

Windows Communication Foundation(WCF)에는 4개의 확장 가능한 개체가 있습니다.

이러한 개체를 사용할 확장을 만드는 방법에 대한 자세한 내용은 Extensible Objects를 참조하세요.

속성

Extensions

이 확장 가능한 개체에 대한 확장 개체의 컬렉션을 가져옵니다.

적용 대상