ConnectedServiceHandlerExportAttribute.CustomEvaluator Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.