CustomAttributeTypedArgument<TType> Struct

Definitie

Vertegenwoordigt een getypt argument voor een aangepast metagegevenskenmerk.

generic <typename TType>
public value class CustomAttributeTypedArgument
public readonly struct CustomAttributeTypedArgument<TType>
public struct CustomAttributeTypedArgument<TType>
type CustomAttributeTypedArgument<'ype> = struct
Public Structure CustomAttributeTypedArgument(Of TType)

Type parameters

TType

Het type van het argument.

Overname
CustomAttributeTypedArgument<TType>

Constructors

Name Description
CustomAttributeTypedArgument<TType>(TType, Object)

Initialiseert een nieuw exemplaar van de CustomAttributeTypedArgument<TType> structuur met behulp van het opgegeven argumenttype en de opgegeven waarde.

Eigenschappen

Name Description
Type

Hiermee haalt u het type van het argument op.

Value

Hiermee haalt u de waarde van het argument op.

Van toepassing op