CoreStrings.ClrPropertyOnShadowEntity(Object, Object) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
警告
此 API 現已淘汰。
類型 '{entityType}' 上不能有屬性 '{property}',因為類型在屬性不是時標示為陰影狀態。 陰影狀態類型只能包含陰影狀態屬性。
public static string ClrPropertyOnShadowEntity (object property, object entityType);
[System.Obsolete]
public static string ClrPropertyOnShadowEntity (object? property, object? entityType);
static member ClrPropertyOnShadowEntity : obj * obj -> string
[<System.Obsolete>]
static member ClrPropertyOnShadowEntity : obj * obj -> string
Public Shared Function ClrPropertyOnShadowEntity (property As Object, entityType As Object) As String
參數
- property
- Object
- entityType
- Object
傳回
- 屬性