MpfUtilities.CreateCALPOLESTR, 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 CreateCALPOLESTR ( _
strings As IList(Of String) _
) As CALPOLESTR
public static CALPOLESTR CreateCALPOLESTR(
IList<string> strings
)
public:
static CALPOLESTR CreateCALPOLESTR(
IList<String^>^ strings
)
static member CreateCALPOLESTR :
strings:IList<string> -> CALPOLESTR
public static function CreateCALPOLESTR(
strings : IList<String>
) : CALPOLESTR
Paramètres
- strings
Type : System.Collections.Generic.IList<String>
Valeur de retour
Type : Microsoft.VisualStudio.OLE.Interop.CALPOLESTR
CALPOLESTR qui a été créé à partir de la liste de chaînes.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
Microsoft.VisualStudio.Data.Schema.Package.Project.Internal, espace de noms