IInstanceSpecification.Classifiers 属性

获取此实例所属的分类器。

命名空间:  Microsoft.VisualStudio.Uml.Classes
程序集:  Microsoft.VisualStudio.Uml.Interfaces(在 Microsoft.VisualStudio.Uml.Interfaces.dll 中)

语法

声明
ReadOnly Property Classifiers As IList(Of IClassifier)
    Get
IList<IClassifier> Classifiers { get; }
property IList<IClassifier^>^ Classifiers {
    IList<IClassifier^>^ get ();
}
abstract Classifiers : IList<IClassifier>
function get Classifiers () : IList<IClassifier>

属性值

类型:System.Collections.Generic.IList<IClassifier>

.NET Framework 安全性

请参见

参考

IInstanceSpecification 接口

Microsoft.VisualStudio.Uml.Classes 命名空间