IPropertyBag.Read(String, Object, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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