IVsWritableSettingsStore.GetBinary Method
Include Protected Members
Include Inherited Members
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
GetBinary(String, String, UInt32, array<Byte[], array<UInt32[]) | Returns the value of the requested property whose data type is SettingsType_Binary. (Inherited from IVsSettingsStore.) | |
GetBinary(String, String, UInt32, array<Byte[], array<UInt32[]) | Returns the value of a property of type SettingsType_Binary. |
Top