Aracılığıyla paylaş


ResolveNativeReference.NativeReferences Property

Definition

Gets or sets the Win32 native assembly references.

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 ^> ^ NativeReferences { cli::array <Microsoft::Build::Framework::ITaskItem ^> ^ get(); void set(cli::array <Microsoft::Build::Framework::ITaskItem ^> ^ value); };
[Microsoft.Build.Framework.Required]
public Microsoft.Build.Framework.ITaskItem[] NativeReferences { get; set; }
public Microsoft.Build.Framework.ITaskItem[] NativeReferences { get; set; }
[Microsoft.Build.Framework.Required]
public Microsoft.Build.Framework.ITaskItem[] NativeReferences { get; [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] set; }
[<Microsoft.Build.Framework.Required>]
member this.NativeReferences : Microsoft.Build.Framework.ITaskItem[] with get, set
member this.NativeReferences : Microsoft.Build.Framework.ITaskItem[] with get, set
[<Microsoft.Build.Framework.Required>]
[<set: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
member this.NativeReferences : Microsoft.Build.Framework.ITaskItem[] with get, set
Public Property NativeReferences As ITaskItem()

Property Value

The Win32 native assembly references.

Attributes

Applies to