ComparePropertyDictionary.SourceDesc Property

Gets the source description dictionary.

Namespace:  Microsoft.VisualStudio.Data.Schema.Project.SchemaAndDataCompare.UI.PropertyGridUtils
Assembly:  Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)

Syntax

'Declaration
Protected ReadOnly Property SourceDesc As Dictionary(Of String, String)
    Get
'Usage
Dim value As Dictionary(Of String, String)

value = Me.SourceDesc
protected Dictionary<string, string> SourceDesc { get; }
protected:
property Dictionary<String^, String^>^ SourceDesc {
    Dictionary<String^, String^>^ get ();
}
function get SourceDesc () : Dictionary<String, String>
member SourceDesc : Dictionary<string, string>

Property Value

Type: System.Collections.Generic.Dictionary<String, String>

.NET Framework Security

See Also

Reference

ComparePropertyDictionary Class

ComparePropertyDictionary Members

Microsoft.VisualStudio.Data.Schema.Project.SchemaAndDataCompare.UI.PropertyGridUtils Namespace