ComparisonGenerator.ObjectInSelectionListCheck Property

Gets or sets the object in selection list check.

Namespace:  Microsoft.VisualStudio.Data.Schema.Project.SchemaAndDataCompare
Assembly:  Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)

Syntax

'Declaration
Public Shared Property ObjectInSelectionListCheck As ComparisonGenerator..::..ObjectInSelectionListCallback
    Get
    Set
'Usage
Dim value As ComparisonGenerator..::..ObjectInSelectionListCallback

value = ComparisonGenerator.ObjectInSelectionListCheck

ComparisonGenerator.ObjectInSelectionListCheck = value
public static ComparisonGenerator..::..ObjectInSelectionListCallback ObjectInSelectionListCheck { get; set; }
public:
static property ComparisonGenerator..::..ObjectInSelectionListCallback^ ObjectInSelectionListCheck {
    ComparisonGenerator..::..ObjectInSelectionListCallback^ get ();
    void set (ComparisonGenerator..::..ObjectInSelectionListCallback^ value);
}
static function get ObjectInSelectionListCheck () : ComparisonGenerator..::..ObjectInSelectionListCallback
static function set ObjectInSelectionListCheck (value : ComparisonGenerator..::..ObjectInSelectionListCallback)
static member ObjectInSelectionListCheck : ComparisonGenerator..::..ObjectInSelectionListCallback with get, set

Property Value

Type: Microsoft.VisualStudio.Data.Schema.Project.SchemaAndDataCompare.ComparisonGenerator.ObjectInSelectionListCallback
Returns a ComparisonGenerator.ObjectInSelectionListCallback.

.NET Framework Security

See Also

Reference

ComparisonGenerator Class

ComparisonGenerator Members

Microsoft.VisualStudio.Data.Schema.Project.SchemaAndDataCompare Namespace