DependencyObjectType.FromSystemType(Type) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
DependencyObjectType 지정된 CLR(시스템) 형식을 나타내는 값을 반환합니다.
public:
static System::Windows::DependencyObjectType ^ FromSystemType(Type ^ systemType);
public static System.Windows.DependencyObjectType FromSystemType (Type systemType);
static member FromSystemType : Type -> System.Windows.DependencyObjectType
Public Shared Function FromSystemType (systemType As Type) As DependencyObjectType
매개 변수
- systemType
- Type
변환할 시스템(CLR) 형식입니다.
반환
CLR(시스템) 형식을 나타내는 A DependencyObjectType 입니다.
예제
다음 예제에서는 FromSystemType 을 만듭니다는 DependencyObjectType 의 형식에 따라는 Window 클래스입니다.
DependencyObjectType dt =
DependencyObjectType.FromSystemType(typeof(Window));
Dim dt As DependencyObjectType = DependencyObjectType.FromSystemType(GetType(Window))
설명
각 DependencyObject 유지 관리를 DependencyObjectType 반환 하는 속성을 DependencyObjectType, 이렇게 하려면 특정 필요 하지만 DependencyObject 인스턴스. 아직 없는 경우에이 정적 유틸리티 메서드를 사용할 수는 DependencyObject 인스턴스 필요는 DependencyObjectType합니다.