VCActiveXReference Interface
Represents a reference to an ActiveX object.
Namespace: Microsoft.VisualStudio.VCProjectEngine
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Syntax
'Declaration
<GuidAttribute("A15C8A91-A4A3-4C45-82D4-E1CE13935A32")> _
Public Interface VCActiveXReference _
Inherits VCReference
[GuidAttribute("A15C8A91-A4A3-4C45-82D4-E1CE13935A32")]
public interface VCActiveXReference : VCReference
[GuidAttribute(L"A15C8A91-A4A3-4C45-82D4-E1CE13935A32")]
public interface class VCActiveXReference : VCReference
[<GuidAttribute("A15C8A91-A4A3-4C45-82D4-E1CE13935A32")>]
type VCActiveXReference =
interface
interface VCReference
end
public interface VCActiveXReference extends VCReference
The VCActiveXReference type exposes the following members.
Properties
Name | Description | |
---|---|---|
AssemblyName | Gets or sets the name of the assembly. | |
BuildNumber | Gets the build number of the referenced assembly. | |
ControlFullPath | Gets the full path to the selected ActiveX control. | |
ControlGUID | Gets the GUID for the selected ActiveX reference. | |
ControlLocale | Gets the locale for the selected ActiveX reference. | |
ControlVersion | Gets the version for the selected ActiveX reference. | |
CopyLocal | Gets or sets a value indicating whether to automatically copy the reference to the target directory. | |
CopyLocalDependencies | Gets or sets a value indicating whether to automatically copy the referenced assembly's non-system dependencies to the target location during a build. | |
CopyLocalSatelliteAssemblies | Gets or sets a value indicating whether to automatically copy the referenced assembly's satellite assemblies to the target location during a build. | |
Culture | Gets the culture for the selected reference. | |
Description | Gets or sets a string that represents the description for the object or the use of the output group. | |
FullPath | Gets the full path of the project file. | |
GenerationErrorMessage | Infrastructure. Microsoft Internal Use Only. | |
Identity | The identity of the referenced assembly. | |
ItemName | Gets the name of the current item in the collection. | |
Kind | Gets an enumeration indicating the type of object. | |
Label | Gets the display name of the referenced assembly. | |
majorVersion | Gets the major version of the referenced assembly. | |
MinFrameworkVersion | Gets the minimum version of the .NET Framework required by the project. | |
minorVersion | Gets the minor version of the referenced assembly. | |
Name | Gets the name of the object. | |
Parent | Gets the immediate parent object of a given object. | |
project | Returns the generic project object associated with the Visual Basic or Visual C# project. | |
PublicKeyToken | Gets the public key token for the referenced assembly. | |
Reference | Gets the reference associated with this configuration. | |
RevisionNumber | Gets the revision number of the selected reference. | |
StrongName | Gets a value indicating whether or not the selected reference has a strong name. | |
SubType | Gets or sets the file's subtype as understood by the designers. | |
TypeLibraryName | Gets the name of the ActiveX (COM) type library reference. | |
UseDependenciesInBuild | Gets or sets a value indicating whether the dependencies of this assembly are used in the build process. | |
UseInBuild | Gets or sets a value indicating whether the assembly is used in the build process. | |
VCProjectEngine | Gets a pointer object to the project engine. | |
VCReferences | Gets the collection of references for the selected project. | |
Version | Gets the version of the selected reference. | |
WrapperSuccessfullyGenerated | Infrastructure. Microsoft Internal Use Only. | |
WrapperTool | Gets or sets the name of the tool to use when wrapping an ActiveX control reference. |
Top
Methods
Name | Description | |
---|---|---|
MatchName | Matches a specified name to the name of a collection item. | |
Remove | Removes the specified project from the solution. |
Top
Remarks
See Working with Project Properties for information about accessing a project's property pages dialog box.