Share via


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

.NET Framework Security

See Also

Reference

IPropertyBag Interface

Microsoft.VisualStudio.OLE.Interop Namespace