Propriedade ILayerElement.Properties

Obtenha as propriedades.

Namespace:  Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer
Assembly:  Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer (em Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer.dll)

Sintaxe

'Declaração
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>

Valor de propriedade

Tipo: System.Collections.Generic.IDictionary<String, String>

Segurança do .NET Framework

Consulte também

Referência

ILayerElement Interface

Namespace Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer