Proprietà ComparePropertyDictionary.SourceNames

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 SourceNames As Dictionary(Of String, String)
    Get
protected Dictionary<string, string> SourceNames { get; }
protected:
property Dictionary<String^, String^>^ SourceNames {
    Dictionary<String^, String^>^ get ();
}
member SourceNames : Dictionary<string, string>
function get SourceNames () : 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