AttachedProperty<T> 클래스

정의

연결된 속성의 컬렉션을 포함합니다.

generic <typename T>
public ref class AttachedProperty : System::Activities::Presentation::Model::AttachedProperty
public class AttachedProperty<T> : System.Activities.Presentation.Model.AttachedProperty
type AttachedProperty<'T> = class
    inherit AttachedProperty
Public Class AttachedProperty(Of T)
Inherits AttachedProperty

형식 매개 변수

T

연결된 속성의 형식입니다.

상속
AttachedProperty<T>

생성자

Name Description
AttachedProperty<T>()

AttachedProperty<T> 클래스의 새 인스턴스를 초기화합니다.

속성

Name Description
Getter

getter를 가져오거나 설정합니다.

IsBrowsable

검색 가능한지 여부를 AttachedProperty 나타내는 부울 값을 가져오거나 설정합니다.

(다음에서 상속됨 AttachedProperty)
IsReadOnly

컬렉션이 읽기 전용인지 여부를 결정하는 값을 가져옵니다.

Name

속성의 이름을 가져오거나 설정합니다.

(다음에서 상속됨 AttachedProperty)
OwnerType

소유자 유형을 가져오거나 설정합니다.

(다음에서 상속됨 AttachedProperty)
Setter

setter를 가져오거나 설정합니다.

Type

컬렉션의 형식을 가져옵니다.

메서드

Name Description
Equals(Object)

지정한 개체와 현재 개체가 같은지 여부를 확인합니다.

(다음에서 상속됨 Object)
GetHashCode()

기본 해시 함수로 작동합니다.

(다음에서 상속됨 Object)
GetType()

현재 인스턴스의 Type 가져옵니다.

(다음에서 상속됨 Object)
GetValue(ModelItem)

지정된 모델 항목의 값을 검색합니다.

MemberwiseClone()

현재 Object단순 복사본을 만듭니다.

(다음에서 상속됨 Object)
NotifyPropertyChanged(ModelItem)

지정된 모델 항목이 변경되었음을 나타내는 알림을 만듭니다.

(다음에서 상속됨 AttachedProperty)
ResetValue(ModelItem)

지정된 모델 항목을 기본값으로 다시 설정합니다.

SetValue(ModelItem, Object)

지정된 모델 항목을 지정된 값으로 설정합니다.

ToString()

현재 개체를 나타내는 문자열을 반환합니다.

(다음에서 상속됨 Object)

적용 대상