CustomAttributeNamedArgument<TType> 結構
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示從自訂屬性簽章解碼的具名引數。
generic <typename TType>
public value class CustomAttributeNamedArgument
public readonly struct CustomAttributeNamedArgument<TType>
public struct CustomAttributeNamedArgument<TType>
type CustomAttributeNamedArgument<'ype> = struct
Public Structure CustomAttributeNamedArgument(Of TType)
類型參數
- TType
用來表示從自定義屬性簽章譯碼之值的型別。
- 繼承
建構函式
CustomAttributeNamedArgument<TType>(String, CustomAttributeNamedArgumentKind, TType, Object) |
使用指定的名稱、種類、型別和值,將 CustomAttributeNamedArgument<TType> 結構的新執行個體初始化。 |
屬性
Kind |
取得引數種類。 |
Name |
取得引數名稱。 |
Type |
取得引數型別。 |
Value |
取得引數的值。 |