COMReference Constructor(String,Guid,Int32,Int32,Int32,Boolean,WrapperToolAttributeValue)
See Also 
SourceCode.ProjectSystem Namespace > COMReference Class > COMReference Constructor : COMReference Constructor(String,Guid,Int32,Int32,Int32,Boolean,WrapperToolAttributeValue)



name
typeGuid
majorVersionNumber
minorVersionNumber
lcid
isolated
wrapperTool

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Function New( _
   ByVal name As String, _
   ByVal typeGuid As Guid, _
   ByVal majorVersionNumber As Integer, _
   ByVal minorVersionNumber As Integer, _
   ByVal lcid As Integer, _
   ByVal isolated As Boolean, _
   ByVal wrapperTool As WrapperToolAttributeValue _
)
Visual Basic (Usage) Copy Code
Dim name As String
Dim typeGuid As Guid
Dim majorVersionNumber As Integer
Dim minorVersionNumber As Integer
Dim lcid As Integer
Dim isolated As Boolean
Dim wrapperTool As WrapperToolAttributeValue
 
Dim instance As New COMReference(name, typeGuid, majorVersionNumber, minorVersionNumber, lcid, isolated, wrapperTool)

Parameters

name
typeGuid
majorVersionNumber
minorVersionNumber
lcid
isolated
wrapperTool

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also