Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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 _
)
'Usage
Dim instance As IPropertyBag
Dim pszPropName As String
Dim pVar As Object
Dim pErrorLog As IErrorLog
Dim VARTYPE As UInteger
Dim pUnkObj As Object
instance.Read(pszPropName, pVar, pErrorLog, _
VARTYPE, pUnkObj)
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: 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.