IVsDataObjectStringMapManager2.ReadStringMap Method
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)
Syntax
'Declaration
Function ReadStringMap ( _
pObject As IDataObject, _
szStringMapName As String, _
<OutAttribute> ByRef ppStringMap As IVsStringMap _
) As Integer
int ReadStringMap(
IDataObject pObject,
string szStringMapName,
out IVsStringMap ppStringMap
)
int ReadStringMap(
[InAttribute] IDataObject^ pObject,
[InAttribute] String^ szStringMapName,
[OutAttribute] IVsStringMap^% ppStringMap
)
abstract ReadStringMap :
pObject:IDataObject *
szStringMapName:string *
ppStringMap:IVsStringMap byref -> int
function ReadStringMap(
pObject : IDataObject,
szStringMapName : String,
ppStringMap : IVsStringMap
) : int
Parameters
- pObject
Type: Microsoft.VisualStudio.OLE.Interop.IDataObject
- szStringMapName
Type: String
- ppStringMap
Type: Microsoft.VisualStudio.Shell.Interop.IVsStringMap%
Return Value
Type: Int32
.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.