Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Retrieves an object that can compare identifier parts and properties on data objects.
Namespace: Microsoft.VisualStudio.Data
Assembly: Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)
Syntax
'Dichiarazione
Public ReadOnly Property ObjectItemComparer As DataObjectItemComparer
Get
public DataObjectItemComparer ObjectItemComparer { get; }
public:
property DataObjectItemComparer^ ObjectItemComparer {
DataObjectItemComparer^ get ();
}
member ObjectItemComparer : DataObjectItemComparer
function get ObjectItemComparer () : DataObjectItemComparer
Property Value
Type: Microsoft.VisualStudio.Data.DataObjectItemComparer
Returns a DataObjectItemComparer object instance, which compares identifier parts and properties on data objects.
.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.