GetReferenceAssemblyPaths.FullFrameworkReferenceAssemblyPaths Property

Definition

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

Applies to