Index

Properties

Methods

Properties

public size: number

public uri: Uri

Methods

public first(): IIterator

Returns

IIterator

public getSubtree(reference: string): ResourceMap

Parameters

  • reference: string

Returns

ResourceMap

public getValue(resource: string): ResourceCandidate

Parameters

  • resource: string

Returns

ResourceCandidate

public getValue(resource: string, context: ResourceContext): ResourceCandidate

Parameters

Returns

ResourceCandidate

public hasKey(key: string): boolean

Parameters

  • key: string

Returns

boolean

public lookup(key: string): NamedResource

Parameters

  • key: string

Returns

NamedResource

public split(): { first: Windows.Foundation.Collections.IMapView<string, Windows.ApplicationModel.Resources.Core.NamedResource>; second: Windows.Foundation.Collections.IMapView<string, Windows.ApplicationModel.Resources.Core.NamedResource>; }

Returns

{ first: Windows.Foundation.Collections.IMapView<string, Windows.ApplicationModel.Resources.Core.NamedResource>; second: Windows.Foundation.Collections.IMapView<string, Windows.ApplicationModel.Resources.Core.NamedResource>; }