FormSpec Constructor (ListSpecField, DictionaryString, String, ListString, ListString, DictionaryString, String, DictionaryString, String, String)
|
Note: This API is now obsolete.
Create a FormSpec
Namespace:
Perforce.P4
Assembly:
p4api.net (in p4api.net.dll) Version: 2025.2.287.2434
Syntax[ObsoleteAttribute("Use FormSpec(List<SpecField> fields, Dictionary<String, String> fieldmap, List < String > words, List < String > formats, Dictionary < String, String > values, Dictionary < String, String > presets, List<string> openable, List<string> maxwords, string comments)",
false)]
public FormSpec(
List<SpecField> fields,
Dictionary<string, string> fieldmap,
List<string> words,
List<string> formats,
Dictionary<string, string> values,
Dictionary<string, string> presets,
string comments
)<ObsoleteAttribute("Use FormSpec(List<SpecField> fields, Dictionary<String, String> fieldmap, List < String > words, List < String > formats, Dictionary < String, String > values, Dictionary < String, String > presets, List<string> openable, List<string> maxwords, string comments)",
false)>
Public Sub New (
fields As List(Of SpecField),
fieldmap As Dictionary(Of String, String),
words As List(Of String),
formats As List(Of String),
values As Dictionary(Of String, String),
presets As Dictionary(Of String, String),
comments As String
)public:
[ObsoleteAttribute(L"Use FormSpec(List<SpecField> fields, Dictionary<String, String> fieldmap, List < String > words, List < String > formats, Dictionary < String, String > values, Dictionary < String, String > presets, List<string> openable, List<string> maxwords, string comments)",
false)]
FormSpec(
List<SpecField^>^ fields,
Dictionary<String^, String^>^ fieldmap,
List<String^>^ words,
List<String^>^ formats,
Dictionary<String^, String^>^ values,
Dictionary<String^, String^>^ presets,
String^ comments
)
[<ObsoleteAttribute("Use FormSpec(List<SpecField> fields, Dictionary<String, String> fieldmap, List < String > words, List < String > formats, Dictionary < String, String > values, Dictionary < String, String > presets, List<string> openable, List<string> maxwords, string comments)",
false)>]
new :
fields : List<SpecField> *
fieldmap : Dictionary<string, string> *
words : List<string> *
formats : List<string> *
values : Dictionary<string, string> *
presets : Dictionary<string, string> *
comments : string -> FormSpecParameters
- fields
- Type: System.Collections.GenericListSpecField
- fieldmap
- Type: System.Collections.GenericDictionaryString, String
- words
- Type: System.Collections.GenericListString
- formats
- Type: System.Collections.GenericListString
- values
- Type: System.Collections.GenericDictionaryString, String
- presets
- Type: System.Collections.GenericDictionaryString, String
- comments
- Type: SystemString
See Also