FileReference.ComClasses Property

Definition

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

An array of ComClass objects representing the set of COM classes referenced by the manifest for isolated applications and registration-free COM.

Attributes

Applies to