CoreStrings.PropertyConceptualNullSensitive(Object, Object, Object) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
屬性 '{property}' 在索引鍵值為 '{keyValue}' 的實體 '{entityType}' 中包含 Null,但屬性會標示為必要。
public static string PropertyConceptualNullSensitive (object property, object entityType, object keyValue);
public static string PropertyConceptualNullSensitive (object? property, object? entityType, object? keyValue);
static member PropertyConceptualNullSensitive : obj * obj * obj -> string
Public Shared Function PropertyConceptualNullSensitive (property As Object, entityType As Object, keyValue As Object) As String
參數
- property
- Object
- entityType
- Object
- keyValue
- Object