다음을 통해 공유


ProvideUIDataConverterAttribute.ConverterName Property

Get the friendly name of the UI data converter (written in registry)

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

Syntax

‘선언
Public ReadOnly Property ConverterName As String
    Get
‘사용 방법
Dim instance As ProvideUIDataConverterAttribute
Dim value As String

value = instance.ConverterName
public string ConverterName { get; }
public:
property String^ ConverterName {
    String^ get ();
}
member ConverterName : string
function get ConverterName () : String

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

ProvideUIDataConverterAttribute Class

ProvideUIDataConverterAttribute Members

Microsoft.Internal.VisualStudio.PlatformUI Namespace