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
calpolStr
Type: Microsoft.VisualStudio.OLE.Interop.CALPOLESTRThe CALPOLESTR to convert.
Return Value
Type: System.Collections.Generic.IList<String>
The converted list of strings.
Remarks
This method will also release the CALPOLESTR parameter.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.