Utilities.CreateStringsFromCALPOLESTR Method

Creates a list of strings from a CALPOLESTR.

Namespace:  Microsoft.VisualStudio.Package
Assembly:  MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)

Syntax

'宣言
<CLSCompliantAttribute(False)> _
Public Shared Function CreateStringsFromCALPOLESTR ( _
    calpolStr As CALPOLESTR _
) As IList(Of String)
'使用
Dim calpolStr As CALPOLESTR
Dim returnValue As IList(Of String)

returnValue = Utilities.CreateStringsFromCALPOLESTR(calpolStr)
[CLSCompliantAttribute(false)]
public static IList<string> CreateStringsFromCALPOLESTR(
    CALPOLESTR calpolStr
)
[CLSCompliantAttribute(false)]
public:
static IList<String^>^ CreateStringsFromCALPOLESTR(
    CALPOLESTR calpolStr
)
public static function CreateStringsFromCALPOLESTR(
    calpolStr : CALPOLESTR
) : IList<String>

Parameters

Return Value

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

The converted list of strings.

Remarks

This method will also release the CALPOLESTR parameter.

Permissions

See Also

Reference

Utilities Class

Utilities Members

Microsoft.VisualStudio.Package Namespace