Proprietà ComparePropertyDictionary.TargetDesc

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 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>

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