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; }
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.