CustomAttributeTypedArgument<TType> Struct
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Rappresenta un argomento tipizzato per un attributo di metadati personalizzato.
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)
Parametri di tipo
- TType
Il tipo di argomento.
- Ereditarietà
Costruttori
CustomAttributeTypedArgument<TType>(TType, Object) |
Inizializza una nuova istanza della struttura CustomAttributeTypedArgument<TType> con il tipo e il valore dell'argomento specificato. |
Proprietà
Type |
Ottiene il tipo dell'argomento. |
Value |
Ottiene il valore dell'argomento. |