다음을 통해 공유


ITypedElement.Type 속성

요소에 할당할 수 있는 인스턴스의 형식입니다. 지정되지 않은 경우 모든 인스턴스를 할당할 수 있습니다.

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

구문

‘선언
Property Type As IType
IType Type { get; set; }
property IType^ Type {
    IType^ get ();
    void set (IType^ value);
}
abstract Type : IType with get, set
function get Type () : IType 
function set Type (value : IType)

속성 값

형식: Microsoft.VisualStudio.Uml.Classes.IType

.NET Framework 보안

참고 항목

참조

ITypedElement 인터페이스

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