Initializes a new instance of the 
LengthRef.UnitRefElem structure with the specified source, source name and page/column number.
 
            
            
            シンタックス
            
            
            
            
            '宣言
 
Public Function New( _
   ByVal  As ReferenceEnum, _
   ByVal  As System.String, _
   ByVal  As System.Integer _
)
             
        
            
            '使用法
 
Dim source As ReferenceEnum
Dim sourceName As System.String
Dim sourceNo As System.Integer
 
Dim instance As New LengthRef.UnitRefElem(source, sourceName, sourceNo)
             
        
            
            public LengthRef.UnitRefElem( 
   ReferenceEnum ,
   System.string ,
   System.int 
)
             
        
             
        
            パラメータ
- source
 
- A ReferenceEnum identifying the source of the current reference.
 - sourceName
 
- The source name (used if  is ReferenceEnum.Name).
 - sourceNo
 
- The source page/column number (used if  is ReferenceEnum.Page or ReferenceEnum.Column).
 
             
            
            
            
            
            
            
            
            
            
            
            
            参照