Costruttore DocPropertyDescriptor(String, ListString)
|
Costruttore.
Namespace: DedNet.FormsAssembly: DedNet (in DedNet.dll) Versione: 27.1.0
Sintassi public DocPropertyDescriptor(
string name,
List<string> extensions
)
Public Sub New (
name As String,
extensions As List(Of String)
)
public:
DocPropertyDescriptor(
String^ name,
List<String^>^ extensions
)
new :
name : string *
extensions : List<string> -> DocPropertyDescriptor
Parametri
- name String
-
- extensions ListString
-
Vedi anche