PropertyValueBase.TypeNameFromValue Method

Derived classes implement this to supply type string mapping

Namespace:  Microsoft.Internal.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)

Syntax

声明
Protected MustOverride Function TypeNameFromValue ( _
    value As Object _
) As String
用法
Dim value As Object
Dim returnValue As String

returnValue = Me.TypeNameFromValue(value)
protected abstract string TypeNameFromValue(
    Object value
)
protected:
virtual String^ TypeNameFromValue(
    Object^ value
) abstract
abstract TypeNameFromValue : 
        value:Object -> string 
protected abstract function TypeNameFromValue(
    value : Object
) : String

Parameters

Return Value

Type: System.String

.NET Framework Security

See Also

Reference

PropertyValueBase Class

PropertyValueBase Members

Microsoft.Internal.VisualStudio.PlatformUI Namespace