IVsServiceInfo.HasOverride 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.
Determines whether the service has an override.
public:
property bool HasOverride { bool get(); };
public:
property bool HasOverride { bool get(); };
[System.Runtime.InteropServices.DispId(1610678276)]
public bool HasOverride { get; }
[<System.Runtime.InteropServices.DispId(1610678276)>]
member this.HasOverride : bool
Public ReadOnly Property HasOverride As Boolean
Property Value
True if the service has an override, otherwise false.
- Attributes
Remarks
This property is safe to access from any thread.