Compartir a través de


ComparePropertyDictionary.TargetDesc (Propiedad)

Esta clase y sus miembros están reservados para uso interno y no están pensados para su uso en el código.

Espacio de nombres:  Microsoft.VisualStudio.Data.Schema.Package.SchemaCompare.Internal
Ensamblado:  Microsoft.VisualStudio.Data.Schema.Package (en Microsoft.VisualStudio.Data.Schema.Package.dll)

Sintaxis

'Declaración
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 propiedad

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

Seguridad de .NET Framework

Vea también

Referencia

ComparePropertyDictionary Clase

Microsoft.VisualStudio.Data.Schema.Package.SchemaCompare.Internal (Espacio de nombres)