ensureArrayObserved Method
Note: |
|---|
| Current information about Live Connect is now available in the Windows Live Developer Center. The information in the following sections is provided for legacy purposes only. |
Script: http://js.live.net/4.1/loader.js
Feature: Microsoft.Live.Services
Namespace: Microsoft.Live.Services
var array = instance.ensureArrayObserved(toObserve, arrayName, wrapperType);
Parameters
- toObserve
- Type: Array
The array of unwrapped items to observe.
- arrayName
- Type: String
The name of the array.
- wrapperType
- Type: Type
The type of the wrapper class that is used to encapsulate the items in the toObserve array.
Note: