ConnectedServiceHandlerExportAttribute.CustomEvaluator Property

Definition

Gets or sets a value indicating whether a connected service handler contains its own logic to specify if it supports a project. If true, the handler should implement the IVsHierarchyCustomEvaluator interface.

public:
 property bool CustomEvaluator { bool get(); void set(bool value); };
public:
 property bool CustomEvaluator { bool get(); void set(bool value); };
public bool CustomEvaluator { get; set; }
member this.CustomEvaluator : bool with get, set
Public Property CustomEvaluator As Boolean

Property Value

Returns Boolean.

Remarks

For performance reasons, it is recommended to use the other properties if possible. That way fewer extensions need to be loaded.

Applies to