ILayerElement.Properties 属性

获取可以用来存储任何数据与每个 ILayerElement 的字符串字典。

命名空间:  Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer
程序集:  Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer(在 Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer.dll 中)

语法

声明
ReadOnly Property Properties As IDictionary(Of String, String)
    Get
IDictionary<string, string> Properties { get; }
property IDictionary<String^, String^>^ Properties {
    IDictionary<String^, String^>^ get ();
}
abstract Properties : IDictionary<string, string>
function get Properties () : IDictionary<String, String>

属性值

类型:System.Collections.Generic.IDictionary<String, String>

.NET Framework 安全性

请参见

参考

ILayerElement 接口

Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer 命名空间

其他资源

向层关系图添加自定义属性