Proprietà ComparePropertyDictionary.SourceDesc

La classe e i relativi membri sono riservati per uso interno e non possono essere utilizzati nel codice.

Spazio dei nomi:  Microsoft.VisualStudio.Data.Schema.Package.SchemaCompare.Internal
Assembly:  Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)

Sintassi

'Dichiarazione
Protected ReadOnly Property SourceDesc As Dictionary(Of String, String)
    Get
protected Dictionary<string, string> SourceDesc { get; }
protected:
property Dictionary<String^, String^>^ SourceDesc {
    Dictionary<String^, String^>^ get ();
}
member SourceDesc : Dictionary<string, string>
function get SourceDesc () : Dictionary<String, String>

Valore proprietà

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

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ComparePropertyDictionary Classe

Spazio dei nomi Microsoft.VisualStudio.Data.Schema.Package.SchemaCompare.Internal