Propriedade ComparePropertyDictionary.SourceDesc
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 SourceDesc As Dictionary(Of String, String)
Get
protected Dictionary<string, string> SourceDesc { get; }
protected:
property Dictionary<String^, String^>^ SourceDesc {
Dictionary<String^, String^>^ get ();
}
member SourceDesc : Dictionary<string, string>
function get SourceDesc () : Dictionary<String, String>
Valor de propriedade
Tipo: System.Collections.Generic.Dictionary<String, String>
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.
Consulte também
Referência
ComparePropertyDictionary Classe
Namespace Microsoft.VisualStudio.Data.Schema.Package.SchemaCompare.Internal