Partager via


MemberCollection.DeserializeFromXml - Méthode

Désérialise cette collection à partir d'un document XML.

Espace de noms :  Microsoft.PerformancePoint.Scorecards
Assembly :  Microsoft.PerformancePoint.Scorecards.Client (dans Microsoft.PerformancePoint.Scorecards.Client.dll)

Syntaxe

'Déclaration
Public Shared Function DeserializeFromXml ( _
    xml As String _
) As MemberCollection
'Utilisation
Dim xml As String
Dim returnValue As MemberCollection

returnValue = MemberCollection.DeserializeFromXml(xml)
public static MemberCollection DeserializeFromXml(
    string xml
)

Paramètres

  • xml
    Type : System.String

    Le document XML à désérialiser à partir de.

Valeur renvoyée

Type : Microsoft.PerformancePoint.Scorecards.MemberCollection
Une collection de membres.

Voir aussi

Référence

MemberCollection classe

MemberCollection - Membres

Microsoft.PerformancePoint.Scorecards - Espace de noms