IppAttributeValue.GetUriArray 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 uri
attributes that are contained in the current IppAttributeValue object.
public:
virtual IVector<Uri ^> ^ GetUriArray() = GetUriArray;
IVector<Uri> GetUriArray();
public IList<System.Uri> GetUriArray();
function getUriArray()
Public Function GetUriArray () As IList(Of Uri)
Returns
The array of uri
attributes.