Compartilhar via


Propriedade ComparePropertyDictionary.SourceNames

Essa classe e seus membros são reservados para uso interno e não se destina a ser usado em seu código.

Namespace:  Microsoft.VisualStudio.Data.Schema.Package.SchemaCompare.Internal
Assembly:  Microsoft.VisualStudio.Data.Schema.Package (em Microsoft.VisualStudio.Data.Schema.Package.dll)

Sintaxe

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

Valor de propriedade

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

Segurança do .NET Framework

Consulte também

Referência

ComparePropertyDictionary Classe

Namespace Microsoft.VisualStudio.Data.Schema.Package.SchemaCompare.Internal