Freigeben über


Pages Konstruktoren

Definition

Überlädt

Pages()
Pages(String, IList<Page>)

Pages()

public Pages ();
Public Sub New ()

Gilt für:

Pages(String, IList<Page>)

public Pages (string odatacontext = default, System.Collections.Generic.IList<Microsoft.PowerBI.Api.Models.Page> value = default);
new Microsoft.PowerBI.Api.Models.Pages : string * System.Collections.Generic.IList<Microsoft.PowerBI.Api.Models.Page> -> Microsoft.PowerBI.Api.Models.Pages
Public Sub New (Optional odatacontext As String = Nothing, Optional value As IList(Of Page) = Nothing)

Parameter

odatacontext
String
value
IList<Page>

Gilt für: