IPropertyBag.Read Method
Namespace: Microsoft.VisualStudio.OLE.Interop
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Syntax
'Declaration
Sub Read ( _
pszPropName As String, _
<OutAttribute> ByRef pVar As Object, _
pErrorLog As IErrorLog, _
VARTYPE As UInteger, _
pUnkObj As Object _
)
void Read(
string pszPropName,
out Object pVar,
IErrorLog pErrorLog,
uint VARTYPE,
Object pUnkObj
)
void Read(
[InAttribute] String^ pszPropName,
[OutAttribute] Object^% pVar,
[InAttribute] IErrorLog^ pErrorLog,
[InAttribute] unsigned int VARTYPE,
[InAttribute] Object^ pUnkObj
)
abstract Read :
pszPropName:string *
pVar:Object byref *
pErrorLog:IErrorLog *
VARTYPE:uint32 *
pUnkObj:Object -> unit
function Read(
pszPropName : String,
pVar : Object,
pErrorLog : IErrorLog,
VARTYPE : uint,
pUnkObj : Object
)
Parameters
- pszPropName
Type: String
- pVar
Type: Object%
- pErrorLog
Type: Microsoft.VisualStudio.OLE.Interop.IErrorLog
- VARTYPE
Type: UInt32
- pUnkObj
Type: Object
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.