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