CoreStrings.ArgumentPropertyNull(Object, Object) 方法

定义

参数“{argument}”的属性“{property}”不能为 null。

public static string ArgumentPropertyNull (object property, object argument);
public static string ArgumentPropertyNull (object? property, object? argument);
static member ArgumentPropertyNull : obj * obj -> string
Public Shared Function ArgumentPropertyNull (property As Object, argument As Object) As String

参数

property
Object
argument
Object

返回

适用于