IPropertyBag::Read Method (String^, Object^, IErrorLog^, UInt32, Object^)

 
Namespace:   Microsoft.VisualStudio.OLE.Interop
Assembly:  Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)

void Read(
	String^ pszPropName,
	[OutAttribute] Object^% pVar,
	IErrorLog^ pErrorLog,
	unsigned int VARTYPE,
	Object^ pUnkObj
)

Parameters

pszPropName
Type: System::String^
pVar
Type: System::Object^
pErrorLog
Type: Microsoft.VisualStudio.OLE.Interop::IErrorLog^
VARTYPE
Type: System::UInt32
pUnkObj
Type: System::Object^
Return to top
Show: