IppAttributeValue.GetBooleanArray Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the array of boolean
attributes that are contained in the current IppAttributeValue object.
public:
virtual IVector<bool> ^ GetBooleanArray() = GetBooleanArray;
IVector<bool> GetBooleanArray();
public IList<bool> GetBooleanArray();
function getBooleanArray()
Public Function GetBooleanArray () As IList(Of Boolean)
Returns
The array of boolean
attributes.