CoreStrings.ClientProjectionCapturingConstantInMethodInstance 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}' örnek yöntemi aracılığıyla '{constantType}' sabit ifadesine başvuru içeriyor. Bu durum bir bellek sızıntısına neden olabilir; örneğinde sabit yakalamaması için yöntemini statik yapmayı göz önünde bulundurun. Daha fazla bilgi ve örnek için bkz https://go.microsoft.com/fwlink/?linkid=2103067 .
public static string ClientProjectionCapturingConstantInMethodInstance(object constantType, object methodName);
public static string ClientProjectionCapturingConstantInMethodInstance(object? constantType, object? methodName);
static member ClientProjectionCapturingConstantInMethodInstance : obj * obj -> string
Public Shared Function ClientProjectionCapturingConstantInMethodInstance (constantType As Object, methodName As Object) As String
Parametreler
- constantType
- Object
- methodName
- Object