共用方式為


CoreStrings.ClientProjectionCapturingConstantInMethodInstance 方法

定義

用戶端投影包含透過實例方法 '{methodName}' 對 '{constantType}' 常數運算式的參考。 這可能會造成記憶體流失;請考慮將 方法設定為靜態,使其不會在 實例中擷取常數。 如需詳細資訊和範例,請參閱 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

參數

constantType
Object
methodName
Object

傳回

適用於