다음을 통해 공유


IElement.AppliedStereotypes 속성

각 IStereotypeInstance는 스테레오타입이 이 요소에 적용된 것임을 나타냅니다.

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

구문

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

속성 값

형식: IEnumerable<IStereotypeInstance>

.NET Framework 보안

참고 항목

참조

IElement 인터페이스

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