ExtensionMetadata.InstallationTargetArchitecture 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.
Gets the optional Visual Studio architectures supported by this extension. When null
, this defaults
to the target architecture of the extension project (AnyCpu corresponds to VisualStudioArchitecture.Amd64 | VisualStudioArchitecture.Arm64
).
public Microsoft.VisualStudio.Extensibility.VisualStudioArchitecture? InstallationTargetArchitecture { get; init; }
member this.InstallationTargetArchitecture : Nullable<Microsoft.VisualStudio.Extensibility.VisualStudioArchitecture> with get, set
Public Property InstallationTargetArchitecture As Nullable(Of VisualStudioArchitecture)