Método IVsSettingsWriter.WriteSettingBytes (String, Byte , Int32)
Publicado: abril de 2016
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (em Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Sintaxe
int WriteSettingBytes(
string pszSettingName,
byte[] pSettingValue,
int lDataLength
)
int WriteSettingBytes(
String^ pszSettingName,
array<unsigned char>^ pSettingValue,
int lDataLength
)
abstract WriteSettingBytes :
pszSettingName:string *
pSettingValue:byte[] *
lDataLength:int -> int
Function WriteSettingBytes (
pszSettingName As String,
pSettingValue As Byte(),
lDataLength As Integer
) As Integer
Parâmetros
- pszSettingName
- pSettingValue
- lDataLength
Valor de retorno
Type: System.Int32
Consulte também
Interface IVsSettingsWriter
Namespace Microsoft.VisualStudio.Shell.Interop
Retornar ao topo