다음을 통해 공유


IProfile 인터페이스

프로파일에 스테레오타입의 정의가 있습니다.

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

구문

‘선언
Public Interface IProfile
public interface IProfile
public interface class IProfile
type IProfile =  interface end
public interface IProfile

IProfile 형식에서는 다음과 같은 멤버를 노출합니다.

속성

  이름 설명
Public 속성 DisplayName 사용자 인터페이스에 표시되는 이름입니다.
Public 속성 Metaclasses 이 프로필에서 참조하는 metaclasses의 설명입니다.
Public 속성 Name 참조 목적을 위한 프로필의 이름입니다.
Public 속성 PropertyTypes 프로필에 사용되는 속성의 형식을 정의합니다.
Public 속성 Stereotypes 프로필 내에 스테레오타입의 정의가 있습니다.

위쪽

메서드

  이름 설명
Public 메서드 GetMetaclassByName
Public 메서드 GetPropertyTypeByName
Public 메서드 GetStereotypeByName

위쪽

설명

참고

이 형식에 정의된 메서드는 확장 메서드입니다.메서드를 사용하려면 프로젝트 참조를 .NET 어셈블리 Microsoft.VisualStudio.ArchitectureTools.Extensibility.dll에 추가하고 using Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml 지시문을 코드에 포함해야 합니다.

참고 항목

참조

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