Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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: 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.