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
- collectionPath
Type: System.String
- propertyName
Type: System.String
- byteLength
Type: System.UInt32
- pBytes
Type: array<System.Byte[]
- actualByteLength
Type: array<System.UInt32[]
Return Value
Type: System.Int32
Implements
IVsSettingsStore.GetBinary(String, String, UInt32, array<Byte[], array<UInt32[])
.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.
See Also
Reference
IVsWritableSettingsStore Interface