共用方式為


NotNullIfNotNullAttribute.ParameterName 屬性

定義

取得相關聯的參數名稱。

public:
 property System::String ^ ParameterName { System::String ^ get(); };
public string ParameterName { get; }
member this.ParameterName : string
Public ReadOnly Property ParameterName As String

屬性值

相關聯的參數名稱。 若對指定參數傳遞的引數並非 Null,則輸出也不會是 Null。

適用於