IIdentifiable<TKey> 인터페이스

이 인터페이스를 구현하는 개체가 지정된 제네릭 매개 변수에 의해 식별되도록 지정합니다.

네임스페이스:  Microsoft.TeamFoundation.TestManagement.Client
어셈블리:  Microsoft.TeamFoundation.TestManagement.Client(Microsoft.TeamFoundation.TestManagement.Client.dll)

구문

‘선언
Public Interface IIdentifiable(Of TKey)
public interface IIdentifiable<TKey>
generic<typename TKey>
public interface class IIdentifiable
type IIdentifiable<'TKey> =  interface end
JScript에서는 제네릭 형식이나 메서드를 지원하지 않습니다.

Type 매개 변수

  • TKey
    식별자의 Type입니다.

IIdentifiable<TKey> 형식에서는 다음과 같은 멤버를 노출합니다.

속성

  이름 설명
Public 속성 Id 식별자를 가져옵니다.

위쪽

참고 항목

참조

Microsoft.TeamFoundation.TestManagement.Client 네임스페이스