IPropertyBag.Read Method
Namespace: Microsoft.VisualStudio.OLE.Interop
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Syntax
'Declaração
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
)
Parameters
- pszPropName
Type: System.String
- pVar
Type: System.Object%
- pErrorLog
Type: Microsoft.VisualStudio.OLE.Interop.IErrorLog
- VARTYPE
Type: System.UInt32
- pUnkObj
Type: System.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.