SearchControlAutomationPeer.GetClassNameCore Method
When overridden in a derived class, is called by GetClassName.
Namespace: Microsoft.VisualStudio.PlatformUI
Assembly: Microsoft.VisualStudio.Shell.12.0 (in Microsoft.VisualStudio.Shell.12.0.dll)
Syntax
'Declaration
Protected Overrides Function GetClassNameCore As String
protected override string GetClassNameCore()
protected:
virtual String^ GetClassNameCore() override
abstract GetClassNameCore : unit -> string
override GetClassNameCore : unit -> string
protected override function GetClassNameCore() : String
Return Value
Type: String
Returns the name of the class.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.