MpfUtilities.CreateStringsFromCALPOLESTR – metoda
Tato třída a jeho členové jsou vyhrazeny pro interní použití a nejsou určeny pro použití v kódu.
Obor názvů: Microsoft.VisualStudio.Data.Schema.Package.Project.Internal
Sestavení: Microsoft.VisualStudio.Data.Schema.Package (v Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntaxe
'Deklarace
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>
Parametry
- calpolString
Typ: Microsoft.VisualStudio.OLE.Interop.CALPOLESTR
Vrácená hodnota
Typ: System.Collections.Generic.IList<String>
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.
Viz také
Odkaz
Microsoft.VisualStudio.Data.Schema.Package.Project.Internal – obor názvů