다음을 통해 공유


ProvideUIDataConverterAttribute.ConvertedType Property

Get the type of the IVsUIObjects that can be converted with this converter

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

Syntax

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

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

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

ProvideUIDataConverterAttribute Class

ProvideUIDataConverterAttribute Members

Microsoft.Internal.VisualStudio.PlatformUI Namespace