FileReference.TypeLibs Property

Definition

Specifies the set of type libraries referenced by the manifest.

public:
 property cli::array <Microsoft::Build::Tasks::Deployment::ManifestUtilities::TypeLib ^> ^ TypeLibs { cli::array <Microsoft::Build::Tasks::Deployment::ManifestUtilities::TypeLib ^> ^ get(); };
public Microsoft.Build.Tasks.Deployment.ManifestUtilities.TypeLib[] TypeLibs { get; }
public Microsoft.Build.Tasks.Deployment.ManifestUtilities.TypeLib[] TypeLibs { [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] get; }
member this.TypeLibs : Microsoft.Build.Tasks.Deployment.ManifestUtilities.TypeLib[]
[<get: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
member this.TypeLibs : Microsoft.Build.Tasks.Deployment.ManifestUtilities.TypeLib[]
Public ReadOnly Property TypeLibs As TypeLib()

Property Value

An array of TypeLib objects representing the set of type libraries referenced by the manifest.

Attributes

Applies to