IProperty 인터페이스
기능 속성의 기본값을 나타냅니다.
네임스페이스: Microsoft.VisualStudio.SharePoint.Features
어셈블리: Microsoft.VisualStudio.SharePoint(Microsoft.VisualStudio.SharePoint.dll)
구문
‘선언
Public Interface IProperty _
Inherits IObservableModelElement
public interface IProperty : IObservableModelElement
IProperty 형식에서는 다음과 같은 멤버를 노출합니다.
속성
이름 | 설명 | |
---|---|---|
Key | 기능 속성의 식별자를 가져오거나 설정합니다. | |
Value | 기능 속성의 값을 가져오거나 설정합니다. |
위쪽
이벤트
이름 | 설명 | |
---|---|---|
PropertyChanged | DSL 모델 요소가 변경된 후에 발생합니다. (IObservableModelElement에서 상속됨) | |
PropertyChanging | DSL 모델 요소가 변경 중일 때 발생합니다. (IObservableModelElement에서 상속됨) |
위쪽