FileReference.ComClasses 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 COM classes referenced by the manifest for isolated applications and Reg-Free COM.
public:
property cli::array <Microsoft::Build::Tasks::Deployment::ManifestUtilities::ComClass ^> ^ ComClasses { cli::array <Microsoft::Build::Tasks::Deployment::ManifestUtilities::ComClass ^> ^ get(); };
public Microsoft.Build.Tasks.Deployment.ManifestUtilities.ComClass[] ComClasses { get; }
public Microsoft.Build.Tasks.Deployment.ManifestUtilities.ComClass[] ComClasses { [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] get; }
member this.ComClasses : Microsoft.Build.Tasks.Deployment.ManifestUtilities.ComClass[]
[<get: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
member this.ComClasses : Microsoft.Build.Tasks.Deployment.ManifestUtilities.ComClass[]
Public ReadOnly Property ComClasses As ComClass()
Property Value
ComClass[]
An array of ComClass objects representing the set of COM classes referenced by the manifest for isolated applications and registration-free COM.
- Attributes