GetReferenceAssemblyPaths.FullFrameworkReferenceAssemblyPaths Property
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.
Returns the path based on the passed in TargetFrameworkMoniker without considering the profile part of the moniker. If the TargetFrameworkMoniker is null or empty this path will be empty.
public:
property cli::array <System::String ^> ^ FullFrameworkReferenceAssemblyPaths { cli::array <System::String ^> ^ get(); };
[Microsoft.Build.Framework.Output]
public string[] FullFrameworkReferenceAssemblyPaths { get; }
[<Microsoft.Build.Framework.Output>]
member this.FullFrameworkReferenceAssemblyPaths : string[]
Public ReadOnly Property FullFrameworkReferenceAssemblyPaths As String()
Property Value
String[]
The paths based on the passed in TargetFrameworkMoniker without considering the profile part of the moniker. If the TargetFrameworkMoniker is null
or empty, no paths will be returned.
- Attributes