DependencyProperty.RegisterAttached 메서드

정의

입력 매개 변수에 따라 매개 변수가 있는 속성이 있는 클래스의 DependencyProperty 새 인스턴스를 초기화합니다.

오버로드

Name Description
RegisterAttached(String, Type, Type)

입력 매개 변수에 따라 매개 변수가 있는 속성이 있는 클래스의 DependencyProperty 새 인스턴스를 초기화합니다. 이 인스턴스는 소유 형식의 개체가 아닌 다른 개체에 사용되는 속성을 선언하기 위한 것입니다.

RegisterAttached(String, Type, Type, PropertyMetadata)

입력 매개 변수에 따라 매개 변수가 있는 속성이 있는 클래스의 DependencyProperty 새 인스턴스를 초기화합니다.

RegisterAttached(String, Type, Type, PropertyMetadata, Type)

입력 매개 변수에 따라 매개 변수가 있는 속성이 있는 클래스의 DependencyProperty 새 인스턴스를 초기화합니다.

RegisterAttached(String, Type, Type)

입력 매개 변수에 따라 매개 변수가 있는 속성이 있는 클래스의 DependencyProperty 새 인스턴스를 초기화합니다. 이 인스턴스는 소유 형식의 개체가 아닌 다른 개체에 사용되는 속성을 선언하기 위한 것입니다.

public:
 static System::Workflow::ComponentModel::DependencyProperty ^ RegisterAttached(System::String ^ name, Type ^ propertyType, Type ^ ownerType);
public static System.Workflow.ComponentModel.DependencyProperty RegisterAttached(string name, Type propertyType, Type ownerType);
static member RegisterAttached : string * Type * Type -> System.Workflow.ComponentModel.DependencyProperty
Public Shared Function RegisterAttached (name As String, propertyType As Type, ownerType As Type) As DependencyProperty

매개 변수

name
String

DependencyProperty의 이름입니다.

propertyType
Type

Type 속성에 포함될 수 있는 값의 값입니다.

ownerType
Type

종속성 속성의 소유자 Type 입니다.

반품

DependencyProperty 입력 매개 변수에 따라 매개 변수가 있는 속성이 있는 클래스입니다.

적용 대상

RegisterAttached(String, Type, Type, PropertyMetadata)

입력 매개 변수에 따라 매개 변수가 있는 속성이 있는 클래스의 DependencyProperty 새 인스턴스를 초기화합니다.

public:
 static System::Workflow::ComponentModel::DependencyProperty ^ RegisterAttached(System::String ^ name, Type ^ propertyType, Type ^ ownerType, System::Workflow::ComponentModel::PropertyMetadata ^ defaultMetadata);
public static System.Workflow.ComponentModel.DependencyProperty RegisterAttached(string name, Type propertyType, Type ownerType, System.Workflow.ComponentModel.PropertyMetadata defaultMetadata);
static member RegisterAttached : string * Type * Type * System.Workflow.ComponentModel.PropertyMetadata -> System.Workflow.ComponentModel.DependencyProperty
Public Shared Function RegisterAttached (name As String, propertyType As Type, ownerType As Type, defaultMetadata As PropertyMetadata) As DependencyProperty

매개 변수

name
String

DependencyProperty의 이름입니다.

propertyType
Type

Type 속성에 포함될 수 있는 값의 값입니다.

ownerType
Type

종속성 속성의 소유자 Type 입니다.

defaultMetadata
PropertyMetadata

추가 속성 옵션입니다.

반품

DependencyProperty 입력 매개 변수에 따라 매개 변수가 있는 속성이 있는 클래스입니다.

적용 대상

RegisterAttached(String, Type, Type, PropertyMetadata, Type)

입력 매개 변수에 따라 매개 변수가 있는 속성이 있는 클래스의 DependencyProperty 새 인스턴스를 초기화합니다.

public:
 static System::Workflow::ComponentModel::DependencyProperty ^ RegisterAttached(System::String ^ name, Type ^ propertyType, Type ^ ownerType, System::Workflow::ComponentModel::PropertyMetadata ^ defaultMetadata, Type ^ validatorType);
public static System.Workflow.ComponentModel.DependencyProperty RegisterAttached(string name, Type propertyType, Type ownerType, System.Workflow.ComponentModel.PropertyMetadata defaultMetadata, Type validatorType);
static member RegisterAttached : string * Type * Type * System.Workflow.ComponentModel.PropertyMetadata * Type -> System.Workflow.ComponentModel.DependencyProperty
Public Shared Function RegisterAttached (name As String, propertyType As Type, ownerType As Type, defaultMetadata As PropertyMetadata, validatorType As Type) As DependencyProperty

매개 변수

name
String

DependencyProperty의 이름입니다.

propertyType
Type

Type 속성에 포함될 수 있는 값의 값입니다.

ownerType
Type

종속성 속성의 소유자 Type 입니다.

defaultMetadata
PropertyMetadata

추가 속성 옵션입니다.

validatorType
Type

Type 연결된 속성에 대한 유효성 검사 논리를 구현하는 개체의 값입니다.

반품

DependencyProperty 입력 매개 변수에 따라 매개 변수가 있는 속성이 있는 클래스입니다.

적용 대상