Freigeben über


PackageUtilities.CreateCAUUIDFromGuidArray Method

Creates a CAUUID from a GUID array.

Namespace:  Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)

Syntax

'Declaration
Public Shared Function CreateCAUUIDFromGuidArray ( _
    guids As Guid() _
) As CAUUID
public static CAUUID CreateCAUUIDFromGuidArray(
    Guid[] guids
)

Parameters

Return Value

Type: Microsoft.VisualStudio.OLE.Interop.CAUUID
A CAUUID structure.

Remarks

Memory is allocated for the structure. It is the responsibility of the caller to release this memory.

.NET Framework Security

See Also

Reference

PackageUtilities Class

Microsoft.VisualStudio.Shell Namespace