Partager via


IVsWritableSettingsStore.GetBinary Method (String, String, UInt32, array<Byte[], array<UInt32 )

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)

Syntax

'Déclaration
Function GetBinary ( _
    collectionPath As String, _
    propertyName As String, _
    byteLength As UInteger, _
    <OutAttribute> pBytes As Byte(), _
    <OutAttribute> actualByteLength As UInteger() _
) As Integer
'Utilisation
Dim instance As IVsWritableSettingsStore
Dim collectionPath As String
Dim propertyName As String
Dim byteLength As UInteger
Dim pBytes As Byte()
Dim actualByteLength As UInteger()
Dim returnValue As Integer

returnValue = instance.GetBinary(collectionPath, _
    propertyName, byteLength, pBytes, _
    actualByteLength)
int GetBinary(
    string collectionPath,
    string propertyName,
    uint byteLength,
    byte[] pBytes,
    uint[] actualByteLength
)
int GetBinary(
    [InAttribute] String^ collectionPath, 
    [InAttribute] String^ propertyName, 
    [InAttribute] unsigned int byteLength, 
    [OutAttribute] array<unsigned char>^ pBytes, 
    [OutAttribute] array<unsigned int>^ actualByteLength
)
abstract GetBinary : 
        collectionPath:string * 
        propertyName:string * 
        byteLength:uint32 * 
        pBytes:byte[] byref * 
        actualByteLength:uint32[] byref -> int 
function GetBinary(
    collectionPath : String, 
    propertyName : String, 
    byteLength : uint, 
    pBytes : byte[], 
    actualByteLength : uint[]
) : int

Parameters

Return Value

Type: System.Int32

Implements

IVsSettingsStore.GetBinary(String, String, UInt32, array<Byte[], array<UInt32[])

.NET Framework Security

See Also

Reference

IVsWritableSettingsStore Interface

IVsWritableSettingsStore Members

GetBinary Overload

Microsoft.VisualStudio.Shell.Interop Namespace