ExtensionCriteriaAttribute.ProxyType 属性

获取或设置代理类型。

命名空间:  Microsoft.Data.Schema.Extensibility
程序集:  Microsoft.Data.Schema(在 Microsoft.Data.Schema.dll 中)

语法

声明
Public Property ProxyType As Type
    Get
    Set
public Type ProxyType { get; set; }
public:
property Type^ ProxyType {
    Type^ get ();
    void set (Type^ value);
}
member ProxyType : Type with get, set
function get ProxyType () : Type
function set ProxyType (value : Type)

属性值

类型:System.Type

备注

代理类型用于实例化此特性应用到的扩展性点的扩展。

.NET Framework 安全性

请参见

参考

ExtensionCriteriaAttribute 类

Microsoft.Data.Schema.Extensibility 命名空间