다음을 통해 공유


FeatureConnector<TFeatureProviderType>.CreateFeatureProviders<TSubtype> 메서드 (Type)

제공된 형식 및 하위 형식에 따라 기능 커넥터에 연결된 기능 공급자의 새 목록을 만듭니다.

네임스페이스:  Microsoft.Windows.Design.Features
어셈블리:  Microsoft.Windows.Design.Extensibility(Microsoft.Windows.Design.Extensibility.dll)

구문

‘선언
Protected Function CreateFeatureProviders(Of TSubtype As ) ( _
    type As Type _
) As IEnumerable(Of TSubtype)
protected IEnumerable<TSubtype> CreateFeatureProviders<TSubtype>(
    Type type
)
where TSubtype : 
protected:
generic<typename TSubtype>
where TSubtype : 
IEnumerable<TSubtype>^ CreateFeatureProviders(
    Type^ type
)
member CreateFeatureProviders : 
        type:Type -> IEnumerable<'TSubtype>  when 'TSubtype : 
JScript에서는 제네릭 형식이나 메서드를 지원하지 않습니다.

Type 매개 변수

  • TSubtype
    기능 공급자 형식의 하위 형식입니다.

매개 변수

반환 값

형식: System.Collections.Generic.IEnumerable<TSubtype>
하위 형식에 따라 필터링된 기능 공급자의 열거형입니다.

예외

예외 상황
ArgumentNullException

type는 nullNull 참조(Visual Basic의 경우 Nothing)입니다.

설명

기능 공급자는 type의 특성을 리플렉션하여 검색됩니다.

하위 형식을 지정하여 반환되는 기능 공급자를 FeatureProviderType의 특정 하위 형식으로 제한할 수 있습니다.

.NET Framework 보안

  • 직접 실행 호출자의 경우 완전히 신뢰합니다. 이 멤버는 부분적으로 신뢰할 수 있는 코드에서 사용할 수 없습니다. 자세한 내용은 부분 신뢰 코드에서 라이브러리 사용을 참조하십시오.

참고 항목

참조

FeatureConnector<TFeatureProviderType> 클래스

CreateFeatureProviders 오버로드

Microsoft.Windows.Design.Features 네임스페이스

FeatureProvider

FeatureConnectorAttribute

기타 리소스

기능 공급자 및 기능 커넥터

WPF Designer 확장성 이해