共用方式為


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)
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 命名空間

其他資源

將自訂屬性加入至圖層圖表