PropertyBag.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:
virtual void Read(System::String ^ propName, [Runtime::InteropServices::Out] System::Object ^ % ptrVar, int log);
public void Read (string propName, out object ptrVar, int log);
abstract member Read : string * obj * int -> unit
override this.Read : string * obj * int -> unit
Public Sub Read (propName As String, ByRef ptrVar As Object, log As Integer)
Parameters
- propName
- String
- ptrVar
- Object
- log
- Int32