FileClassifier.SatelliteEmbeddedFiles Property

Definition

Gets or sets the localizable files that are embedded in the satellite assembly for the culture that is specified by the Culture property.

This API supports the product infrastructure and is not intended to be used directly from your code.

public:
 property cli::array <Microsoft::Build::Framework::ITaskItem ^> ^ SatelliteEmbeddedFiles { cli::array <Microsoft::Build::Framework::ITaskItem ^> ^ get(); void set(cli::array <Microsoft::Build::Framework::ITaskItem ^> ^ value); };
[Microsoft.Build.Framework.Output]
public Microsoft.Build.Framework.ITaskItem[] SatelliteEmbeddedFiles { get; set; }
[<Microsoft.Build.Framework.Output>]
member this.SatelliteEmbeddedFiles : Microsoft.Build.Framework.ITaskItem[] with get, set
Public Property SatelliteEmbeddedFiles As ITaskItem()

Property Value

The localizable files that are embedded in the satellite assembly for the culture that is specified by the Culture property.

Attributes

Applies to