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
- 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.
See Also
Reference
ProvideUIDataConverterAttribute Class