MarkupExtensionReturnTypeAttribute.ReturnType 属性

定义

获取MarkupExtension此.NET Framework属性报告的返回类型。

public:
 property Type ^ ReturnType { Type ^ get(); };
public Type ReturnType { get; }
member this.ReturnType : Type
Public ReadOnly Property ReturnType As Type

属性值

应用了 .NET Framework 属性的标记扩展的特定ProvideValue(IServiceProvider)实现的类型MarkupExtensionReturnTypeAttribute安全返回类型。

适用于