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("7DBB0BAB-424A-4B7D-9183-6D251E7C38B6")> _
Public Interface VCActiveXReference _
Inherits VCReference
[GuidAttribute("7DBB0BAB-424A-4B7D-9183-6D251E7C38B6")]
public interface VCActiveXReference : VCReference
[GuidAttribute(L"7DBB0BAB-424A-4B7D-9183-6D251E7C38B6")]
public interface class VCActiveXReference : VCReference
[<GuidAttribute("7DBB0BAB-424A-4B7D-9183-6D251E7C38B6")>]
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. | |
AssemblyName | Gets the assembly name for this project. (Inherited from VCReference.) | |
BuildNumber | Gets the build number of the referenced assembly. | |
BuildNumber | The build number of the referenced assembly. (Inherited from VCReference.) | |
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. | |
CopyLocal | Gets or sets a value indicating whether to automatically copy the reference to the target directory. (Inherited from VCReference.) | |
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. | |
CopyLocalDependencies | Infrastructure. Microsoft Internal Use Only. (Inherited from VCReference.) | |
CopyLocalSatelliteAssemblies | Gets or sets a value indicating whether to automatically copy the referenced assembly's satellite assemblies to the target location during a build. | |
CopyLocalSatelliteAssemblies | Infrastructure. Microsoft Internal Use Only. (Inherited from VCReference.) | |
Culture | Gets the culture for the selected reference. | |
Culture | Gets the culture for the selected reference. (Inherited from VCReference.) | |
Description | Gets or sets a string that represents the description for the object or the use of the output group. | |
Description | Gets or sets a string that represents the description for the object. (Inherited from VCReference.) | |
FullPath | Gets the full path of the project file. | |
FullPath | Gets the full path to the referenced assembly. (Inherited from VCReference.) | |
GenerationErrorMessage | Infrastructure. Microsoft Internal Use Only. | |
Identity | The identity of the referenced assembly. | |
Identity | The identity of the referenced assembly. (Inherited from VCReference.) | |
ItemName | Gets the name of the current item in the collection. | |
ItemName | Gets the name of the current item in the collection. (Inherited from VCReference.) | |
Kind | Gets an enumeration indicating the type of object. | |
Kind | Gets an enumeration indicating the type of object. (Inherited from VCReference.) | |
Label | Gets the display name of the referenced assembly. | |
Label | Gets the display name of the referenced assembly. (Inherited from VCReference.) | |
majorVersion | Gets the major version of the referenced assembly. | |
majorVersion | Gets the major version of the referenced assembly. (Inherited from VCReference.) | |
MinFrameworkVersion | Gets the minimum version of the .NET Framework required by the project. | |
MinFrameworkVersion | Gets the minimum version of the .NET Framework required by the project. (Inherited from VCReference.) | |
minorVersion | Gets the minor version of the referenced assembly. | |
minorVersion | Gets the minor version of the referenced assembly. (Inherited from VCReference.) | |
Name | Gets the name of the object. | |
Name | Gets or sets the name of the object. (Inherited from VCReference.) | |
Parent | Gets the immediate parent object of a given object. | |
Parent | Gets the immediate parent object of a given object. (Inherited from VCReference.) | |
project | Returns the generic project object associated with the Visual Basic or Visual C# project. | |
project | Gets the VCProject associated with the object. (Inherited from VCReference.) | |
PublicKeyToken | Gets the public key token for the referenced assembly. | |
PublicKeyToken | Gets the public key token for the referenced assembly. (Inherited from VCReference.) | |
Reference | Gets the reference associated with this configuration. | |
Reference | Gets the reference associated with this configuration. (Inherited from VCReference.) | |
RevisionNumber | Gets the revision number of the selected reference. | |
RevisionNumber | Gets the revision number of the selected reference. (Inherited from VCReference.) | |
StrongName | Gets a value indicating whether or not the selected reference has a strong name. | |
StrongName | Gets a value indicating whether or not the selected reference has a strong name. (Inherited from VCReference.) | |
SubType | Gets or sets the file's subtype as understood by the designers. | |
SubType | Infrastructure. Microsoft use only. Do not use. (Inherited from VCReference.) | |
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. | |
UseDependenciesInBuild | Sets or gets whether to use assemblies in a build. (Inherited from VCReference.) | |
UseInBuild | Gets or sets a value indicating whether the assembly is used in the build process. | |
UseInBuild | Sets or gets whether referenced assemblies should be used in the build. (Inherited from VCReference.) | |
VCProjectEngine | Gets a pointer object to the project engine. | |
VCProjectEngine | Gets a pointer to the project engine. (Inherited from VCReference.) | |
VCReferences | Gets the collection of references for the selected project. | |
VCReferences | Gets the collection of references for the selected project. (Inherited from VCReference.) | |
Version | Gets the version of the selected reference. | |
Version | Gets the version of the selected reference. (Inherited from VCReference.) | |
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(String, Boolean) | Matches a specified name to the name of a collection item. | |
MatchName(String, Boolean) | Matches a specified name to the name of a collection item. (Inherited from VCReference.) | |
Remove() | Removes the specified project from the solution. | |
Remove() | Removes the specified project from the solution. (Inherited from VCReference.) |
Top
Remarks
See Modifying Project Settings for information about accessing a project's property pages dialog box.