ICLRExtensions.GetCachedProperty(Int32, String) 方法

定义

此类型是用于 Coclass 或 Coclass 成员(托管代码需要它来实现 COM 互操作性)的包装。 此类不适合在代码中使用。

public:
 bool GetCachedProperty(int propId, [Runtime::InteropServices::Out] System::String ^ % Value);
public bool GetCachedProperty (int propId, out string Value);
abstract member GetCachedProperty : int *  -> bool
Public Function GetCachedProperty (propId As Integer, ByRef Value As String) As Boolean

参数

propId
Int32
Value
String

返回

返回 Boolean

适用于