CoreStrings.ClientProjectionCapturingConstantInMethodArgument(Object, Object) Yöntem

Tanım

İ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

Döndürülenler

String

Şunlara uygulanır