IVsFrameworkMultiTargeting::GetInstallableFrameworkForTargetFx Method (String^, String^)
Visual Studio 2015
Retrieves the installable framework for the specified target framework moniker.
Assembly: Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)
int GetInstallableFrameworkForTargetFx(
String^ pwszTargetFrameworkMoniker,
[OutAttribute] String^% pbstrInstallableFrameworkMoniker
)
Parameters
- pwszTargetFrameworkMoniker
-
Type:
System::String^
[in] The framework moniker to use to get the installable framework.
- pbstrInstallableFrameworkMoniker
-
Type:
System::String^
[out, retval] The moniker of the installable framework.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Show: