Aracılığıyla paylaş


CoreStrings.ClientProjectionCapturingConstantInMethodArgument Yöntem

Tanım

İstemci projeksiyonu, '{methodName}' yöntemine bağımsız değişken olarak geçirilen '{constantType}' sabit ifadesine başvuru içeriyor. Bu bir bellek sızıntısına neden olabilir; bu sabiti yerel bir değişkene atamayı ve bunun yerine sorgudaki değişkeni kullanmayı göz önünde bulundurun. Daha fazla bilgi ve örnekler 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

Şunlara uygulanır