CustomAttributeTypedArgument<TType> 结构   
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示自定义元数据特性的类型化参数。
generic <typename TType>
public value class CustomAttributeTypedArgumentpublic readonly struct CustomAttributeTypedArgument<TType>public struct CustomAttributeTypedArgument<TType>type CustomAttributeTypedArgument<'ype> = structPublic Structure CustomAttributeTypedArgument(Of TType)类型参数
- TType
自变量类型。
- 继承
构造函数
| CustomAttributeTypedArgument<TType>(TType, Object) | 使用指定的参数类型和值初始化 CustomAttributeTypedArgument<TType> 结构的新实例。 | 
属性
| Type | 获取参数的类型。 | 
| Value | 获取参数的值。 |