ConnectedServiceHandlerExportAttribute.CustomEvaluator Property

Definition

Gets 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, we recommend that you use the other properties when possible. That way fewer extensions need to be loaded.

Applies to