Delen via


MpfUtilities.CreateCALPOLESTR Method

This class and its members are reserved for internal use and are not intended to be used in your code.

Namespace:  Microsoft.VisualStudio.Data.Schema.Package.Project.Internal
Assembly:  Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntax

'Declaration
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

Parameters

Return Value

Type: Microsoft.VisualStudio.OLE.Interop.CALPOLESTR
A CALPOLESTR that was created from the list of strings.

.NET Framework Security

See Also

Reference

MpfUtilities Class

Microsoft.VisualStudio.Data.Schema.Package.Project.Internal Namespace