IVsServiceInfo::HasOverride Property

Visual Studio 2015
 

Determines whether the service has an override.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.14.0.DesignTime (in Microsoft.VisualStudio.Shell.Interop.14.0.DesignTime.dll)

[DispIdAttribute(1610678276)]
property bool HasOverride {
	bool get();
}

Property Value

Type: System::Boolean

True if the service has an override, otherwise false.

Return to top
Show: