次の方法で共有


SysGlobalObjectCache.find(String, Object[]) Method

Definition

public:
 cli::array <System::Object ^> ^ find(System::String ^ scope, cli::array <System::Object ^> ^ key);
public object[] find (string scope, object[] key);
member this.find : string * obj[] -> obj[]
Public Function find (scope As String, key As Object()) As Object()

Parameters

scope
String
key
Object[]

Returns

Object[]

Applies to