Creates a semicolon-delimited list of strings. This can be used to provide the properties for VSHPROPID_CfgPropertyPagesCLSIDList, VSHPROPID_PropertyPagesCLSIDList, or VSHPROPID_PriorityPropertyPagesCLSIDList.
Namespace: Microsoft.VisualStudio.Package
Assembly: MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)
Syntax
'宣言
<CLSCompliantAttribute(False)> _
Public Shared Function CreateSemicolonDelimitedListOfStringFromGuids ( _
guids As Guid() _
) As String
'使用
Dim guids As Guid()
Dim returnValue As String
returnValue = Utilities.CreateSemicolonDelimitedListOfStringFromGuids(guids)
[CLSCompliantAttribute(false)]
public static string CreateSemicolonDelimitedListOfStringFromGuids(
Guid[] guids
)
[CLSCompliantAttribute(false)]
public:
static String^ CreateSemicolonDelimitedListOfStringFromGuids(
array<Guid>^ guids
)
public static function CreateSemicolonDelimitedListOfStringFromGuids(
guids : Guid[]
) : String
Parameters
guids
Type: []An array of GUIDs.
Return Value
Type: System.String
A semicolon-delimited string.
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.