Share via


IPropertyBag.Read(String, Object, Int32) Method

Definition

public:
 void Read(System::String ^ propName, [Runtime::InteropServices::Out] System::Object ^ % ptrVar, int errorLog);
public void Read (string propName, out object ptrVar, int errorLog);
abstract member Read : string * obj * int -> unit
Public Sub Read (propName As String, ByRef ptrVar As Object, errorLog As Integer)

Parameters

propName
String
ptrVar
Object
errorLog
Int32

Applies to