CoreStrings.ReferenceIsCollection(Object, Object, Object, Object) Metode
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
Properti '{1_entityType}. {0_property}' sedang diakses menggunakan metode '{referenceMethod}', tetapi didefinisikan dalam model sebagai navigasi koleksi. Gunakan metode '{collectionMethod}' untuk mengakses navigasi koleksi.
public static string ReferenceIsCollection(object property, object entityType, object ReferenceMethod, object CollectionMethod);
public static string ReferenceIsCollection(object property, object entityType, object referenceMethod, object collectionMethod);
public static string ReferenceIsCollection(object? property, object? entityType, object? referenceMethod, object? collectionMethod);
static member ReferenceIsCollection : obj * obj * obj * obj -> string
static member ReferenceIsCollection : obj * obj * obj * obj -> string
Public Shared Function ReferenceIsCollection (property As Object, entityType As Object, ReferenceMethod As Object, CollectionMethod As Object) As String
Public Shared Function ReferenceIsCollection (property As Object, entityType As Object, referenceMethod As Object, collectionMethod As Object) As String
Parameter
- property
- Object
- entityType
- Object
- ReferenceMethodreferenceMethod
- Object
- CollectionMethodcollectionMethod
- Object