IEnumTargetFrameworks Methods

 

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.9.0 (in Microsoft.VisualStudio.Shell.Interop.9.0.dll)

NameDescription
System_CAPS_pubmethodClone(IEnumTargetFrameworks^)

Clones this IEnumTargetFrameworks interface by creating another instance.

System_CAPS_pubmethodCount(UInt32)

Gets the number of supported framework versions.

System_CAPS_pubmethodNext(UInt32, array<UInt32>^, UInt32)

Retrieves supported target frameworks.

System_CAPS_pubmethodReset()

Resets the collection of target frameworks to the first one.

System_CAPS_pubmethodSkip(UInt32)

Moves ahead in the enumeration of target frameworks.

Return to top
Show: