ComparePropertyDictionary.TargetNames Property
Gets the target names dictionary.
Namespace: Microsoft.VisualStudio.Data.Schema.Project.SchemaAndDataCompare.UI.PropertyGridUtils
Assembly: Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)
Syntax
'Declaration
Protected ReadOnly Property TargetNames As Dictionary(Of String, String)
Get
'Usage
Dim value As Dictionary(Of String, String)
value = Me.TargetNames
protected Dictionary<string, string> TargetNames { get; }
protected:
property Dictionary<String^, String^>^ TargetNames {
Dictionary<String^, String^>^ get ();
}
function get TargetNames () : Dictionary<String, String>
member TargetNames : Dictionary<string, string>
Property Value
Type: System.Collections.Generic.Dictionary<String, String>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
ComparePropertyDictionary Class
ComparePropertyDictionary Members
Microsoft.VisualStudio.Data.Schema.Project.SchemaAndDataCompare.UI.PropertyGridUtils Namespace