Share via


IAppInfoContract.ReadItem Method

This API supports the Visual Studio Tools for Applications infrastructure and is not intended to be used directly from your code.

Namespace:  Microsoft.VisualStudio.Tools.Applications.Contract
Assembly:  Microsoft.VisualStudio.Tools.Applications.Contract.v9.0 (in Microsoft.VisualStudio.Tools.Applications.Contract.v9.0.dll)

Syntax

'Declaration
Function ReadItem ( _
    elementType As String, _
    id As String _
) As Byte()
'Usage
Dim instance As IAppInfoContract 
Dim elementType As String 
Dim id As String 
Dim returnValue As Byte()

returnValue = instance.ReadItem(elementType, _
    id)
byte[] ReadItem(
    string elementType,
    string id
)
array<unsigned char>^ ReadItem(
    String^ elementType, 
    String^ id
)
function ReadItem(
    elementType : String, 
    id : String
) : byte[]

Parameters

Return Value

Type: array<System.Byte[]

See Also

Reference

IAppInfoContract Interface

IAppInfoContract Members

Microsoft.VisualStudio.Tools.Applications.Contract Namespace