Compartilhar via


Propriedade ComparePropertyDictionary.TargetDesc

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