ICLRExtensions.SetCachedProperty(Int32, String) 方法

定义

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

public:
 void SetCachedProperty(int propId, System::String ^ Value);
public void SetCachedProperty (int propId, string Value);
abstract member SetCachedProperty : int * string -> unit
Public Sub SetCachedProperty (propId As Integer, Value As String)

参数

propId
Int32
Value
String

适用于