IVsDesignTimeAssemblyResolution.GetTargetFramework(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.
Gets the target .NET Framework of the project instance.
public:
int GetTargetFramework([Runtime::InteropServices::Out] System::String ^ % ppTargetFramework);
int GetTargetFramework([Runtime::InteropServices::Out] std::wstring const & & ppTargetFramework);
public int GetTargetFramework (out string ppTargetFramework);
abstract member GetTargetFramework : string -> int
Public Function GetTargetFramework (ByRef ppTargetFramework As String) As Integer
Parameters
- ppTargetFramework
- String
[out] The target framework.
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.