Partager via


MpfUtilities.CreateStringsFromCALPOLESTR, méthode

Cette classe et ses membres sont réservés à un usage interne et ne sont pas destinés à être utilisés dans votre code.

Espace de noms :  Microsoft.VisualStudio.Data.Schema.Package.Project.Internal
Assembly :  Microsoft.VisualStudio.Data.Schema.Package (dans Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntaxe

'Déclaration
Public Shared Function CreateStringsFromCALPOLESTR ( _
    calpolString As CALPOLESTR _
) As IList(Of String)
public static IList<string> CreateStringsFromCALPOLESTR(
    CALPOLESTR calpolString
)
public:
static IList<String^>^ CreateStringsFromCALPOLESTR(
    CALPOLESTR calpolString
)
static member CreateStringsFromCALPOLESTR : 
        calpolString:CALPOLESTR -> IList<string> 
public static function CreateStringsFromCALPOLESTR(
    calpolString : CALPOLESTR
) : IList<String>

Paramètres

Valeur de retour

Type : System.Collections.Generic.IList<String>

Sécurité .NET Framework

Voir aussi

Référence

MpfUtilities Classe

Microsoft.VisualStudio.Data.Schema.Package.Project.Internal, espace de noms