CoreStrings.ClientProjectionCapturingConstantInMethodArgument 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ç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