GetAssembliesMetadata.AssembliesMetadata 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.
Gets a list of resolved assembly metadata.
public:
property cli::array <Microsoft::Build::Framework::ITaskItem ^> ^ AssembliesMetadata { cli::array <Microsoft::Build::Framework::ITaskItem ^> ^ get(); };
[Microsoft.Build.Framework.Output]
public Microsoft.Build.Framework.ITaskItem[] AssembliesMetadata { get; }
[<Microsoft.Build.Framework.Output>]
member this.AssembliesMetadata : Microsoft.Build.Framework.ITaskItem[]
Public ReadOnly Property AssembliesMetadata As ITaskItem()
Property Value
- Attributes