IPropertyBag.Read(String, Object, IErrorLog, UInt32, Object) 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 ^ pszPropName, [Runtime::InteropServices::Out] System::Object ^ % pVar, Microsoft::VisualStudio::OLE::Interop::IErrorLog ^ pErrorLog, System::UInt32 VARTYPE, System::Object ^ pUnkObj);
public void Read (string pszPropName, out object pVar, Microsoft.VisualStudio.OLE.Interop.IErrorLog pErrorLog, uint VARTYPE, object pUnkObj);
abstract member Read : string * obj * Microsoft.VisualStudio.OLE.Interop.IErrorLog * uint32 * obj -> unit
Public Sub Read (pszPropName As String, ByRef pVar As Object, pErrorLog As IErrorLog, VARTYPE As UInteger, pUnkObj As Object)
Parameters
- pszPropName
- String
- pVar
- Object
- pErrorLog
- IErrorLog
- VARTYPE
- UInt32
- pUnkObj
- Object