CoreStrings.ClientProjectionCapturingConstantInMethodArgument(Object, Object) Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
İstemci projeksiyonu, '{methodName}' yöntemine bağımsız değişken olarak geçirilen '{constantType}' sabit ifadesine başvuru içerir. Bu durum büyük olasılıkla bellek sızıntısına neden olabilir; Bu sabiti yerel bir değişkene atamayı ve bunun yerine sorguda değişkeni kullanmayı göz önünde bulundurabilirsiniz. Daha fazla bilgi edinmek için bkz. https://go.microsoft.com/fwlink/?linkid=2103067.
public static string ClientProjectionCapturingConstantInMethodArgument (object constantType, object methodName);
public static string ClientProjectionCapturingConstantInMethodArgument (object? constantType, object? methodName);
static member ClientProjectionCapturingConstantInMethodArgument : obj * obj -> string
Public Shared Function ClientProjectionCapturingConstantInMethodArgument (constantType As Object, methodName As Object) As String
Parametreler
- constantType
- Object
- methodName
- Object