IVsFrameworkMultiTargeting.GetTargetFramework(String, String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves the target framework moniker of the target framework.
public:
int GetTargetFramework(System::String ^ pwszAssemblyPath, System::String ^ pwszTargetFrameworkIdentifier, [Runtime::InteropServices::Out] System::String ^ % pbstrTargetFrameworkMoniker);
int GetTargetFramework(std::wstring const & pwszAssemblyPath, std::wstring const & pwszTargetFrameworkIdentifier, [Runtime::InteropServices::Out] std::wstring const & & pbstrTargetFrameworkMoniker);
public int GetTargetFramework (string pwszAssemblyPath, string pwszTargetFrameworkIdentifier, out string pbstrTargetFrameworkMoniker);
abstract member GetTargetFramework : string * string * string -> int
Public Function GetTargetFramework (pwszAssemblyPath As String, pwszTargetFrameworkIdentifier As String, ByRef pbstrTargetFrameworkMoniker As String) As Integer
Parameters
- pwszAssemblyPath
- String
[in] The path to an assembly.
- pwszTargetFrameworkIdentifier
- String
[in] The identifier of the target framework.
- pbstrTargetFrameworkMoniker
- String
[out, retval] The moniker of the target framework.
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.