ArcFM Desktop Developer Guide
StringFormatMethodAttribute Constructor


Specifies which parameter of an annotated method should be treated as format-string
Syntax
'Declaration
 
Public Function New( _
   ByVal formatParameterName As String _
)
'Usage
 
Dim formatParameterName As String
 
Dim instance As New StringFormatMethodAttribute(formatParameterName)
public StringFormatMethodAttribute( 
   string formatParameterName
)

Parameters

formatParameterName
Specifies which parameter of an annotated method should be treated as format-string
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

StringFormatMethodAttribute Class
StringFormatMethodAttribute Members

 

 


Send Comment