다음을 통해 공유


IProfile.PropertyTypes 속성

프로필에 사용되는 속성의 형식을 정의합니다.

네임스페이스:  Microsoft.VisualStudio.Uml.Profiles
어셈블리:  Microsoft.VisualStudio.Uml.Interfaces(Microsoft.VisualStudio.Uml.Interfaces.dll)

구문

‘선언
ReadOnly Property PropertyTypes As IEnumerable(Of IPropertyType)
IEnumerable<IPropertyType> PropertyTypes { get; }
property IEnumerable<IPropertyType^>^ PropertyTypes {
    IEnumerable<IPropertyType^>^ get ();
}
abstract PropertyTypes : IEnumerable<IPropertyType> with get
function get PropertyTypes () : IEnumerable<IPropertyType>

속성 값

형식: IEnumerable<IPropertyType>

.NET Framework 보안

참고 항목

참조

IProfile 인터페이스

Microsoft.VisualStudio.Uml.Profiles 네임스페이스