IPropertyType 인터페이스
프로필 정의에서 속성 유형에 대한 설명은 스테레오타입에서 정의합니다.
네임스페이스: Microsoft.VisualStudio.Uml.Profiles
어셈블리: Microsoft.VisualStudio.Uml.Interfaces(Microsoft.VisualStudio.Uml.Interfaces.dll)
구문
‘선언
Public Interface IPropertyType
public interface IPropertyType
public interface class IPropertyType
type IPropertyType = interface end
public interface IPropertyType
IPropertyType 형식에서는 다음과 같은 멤버를 노출합니다.
속성
이름 | 설명 | |
---|---|---|
Name | 속성의 이름입니다(예: "System.String"). | |
Profile | 속성 형식이 정의된 프로필입니다. | |
Properties | 이 속성 형식을 가진 프로파일 속성입니다. |
위쪽
설명
참고
이 형식에 정의된 메서드는 확장 메서드입니다. 메서드를 사용하려면 프로젝트 참조를 .NET 어셈블리 Microsoft.VisualStudio.ArchitectureTools.Extensibility.dll에 추가하고 using Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml 지시문을 코드에 포함해야 합니다.