FileReference.TypeLibs 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.
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
TypeLib[]
An array of TypeLib objects representing the set of type libraries referenced by the manifest.
- Attributes