PackageUtilities::CreateCAUUIDFromGuidArray Method (array<Guid>^)

 
clsCompliantAlternativeNone

Creates a CAUUID from a GUID array.

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

public:
static CAUUID CreateCAUUIDFromGuidArray(
	array<Guid>^ guids
)

Parameters

guids
Type: array<System::Guid>^

An array of GUIDs.

Return Value

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

A CAUUID structure.

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

Return to top
Show: